#50337B

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

Shades of Kingfisher Daisy #50337B

Tints of Kingfisher Daisy #50337B

Color information

#50337B (or 0x50337B) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 33 and 7B. RGB value is (80,51,123). Sum of RGB (Red+Green+Blue) = 80+51+123=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #50337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50337B is #AFCC84. Grayscale: #434343. Windows color (decimal): -11521157 or 8074064. OLE color: 8074064.

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

Color convert

RGB8051123-
CMYK0.350.5900.52
HSL264.17º41.38%34.12%-
HSV(B)264.17º58.54%48.24%-
XYZ8.075.519.38-
YUV67.88159.11136.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=31.50%
G=20.08%
B=48.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80511230.350.5900.52264.1741.3834.12
Hex50337B233B0341082922
Octal1206317343730644105142
Binary101000011001111110111000111110110110100100001000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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