#50347B

Color #50347B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #50347B

Tints of Kingfisher Daisy #50347B

Color information

#50347B (or 0x50347B) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 34 and 7B. RGB value is (80,52,123). Sum of RGB (Red+Green+Blue) = 80+52+123=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #50347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50347B is #AFCB84. Grayscale: #444444. Windows color (decimal): -11520901 or 8074320. OLE color: 8074320.

HSL color Cylindrical-coordinate representation of color #50347B: hue angle of 263.66º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50347B is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8052123-
CMYK0.350.5800.52
HSL263.66º40.57%34.31%-
HSV(B)263.66º57.72%48.24%-
XYZ8.115.5919.39-
YUV68.47158.78136.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=31.37%
G=20.39%
B=48.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80521230.350.5800.52263.6640.5734.31
Hex50347B233A0341082922
Octal1206417343720644105142
Binary101000011010011110111000111110100110100100001000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50347B; }

 p { color: rgb(80,52,123); }

 H1.HeaderClassName
 {
   color: #50347B;
 }
 .AnyTagClassName
 {
   color: #50347B;
 }
</style>
background-color css

<style>
 a { background-color: #50347B; }

 a { background-color: rgb(80,52,123); }

 div.DivClassName
 {
   background-color: #50347B;
 }
 .BgClassName
 {
   background-color: #50347B;
 }
</style>
border-color css

<style>
 span { border-color: #50347B; }

 span { border-color: rgb(80,52,123); }

 td.TdClassName
 {
   border-color: #50347B;
 }
 .TagClassName
 {
   border-color: #50347B;
 }
</style>