#50208C

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

Shades of Kingfisher Daisy #50208C

Tints of Kingfisher Daisy #50208C

Color information

#50208C (or 0x50208C) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 20 and 8C. RGB value is (80,32,140). Sum of RGB (Red+Green+Blue) = 80+32+140=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #50208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50208C is #AFDF73. Grayscale: #3A3A3A. Windows color (decimal): -11526004 or 9183312. OLE color: 9183312.

HSL color Cylindrical-coordinate representation of color #50208C: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50208C is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8032140-
CMYK0.430.7700.45
HSL266.67º62.79%33.73%-
HSV(B)266.67º77.14%54.9%-
XYZ8.564.6325.25-
YUV58.66173.9143.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=31.75%
G=12.70%
B=55.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80321400.430.7700.45266.6762.7933.73
Hex50208C2B4D02D10b3f22
Octal12040214531150554137742
Binary10100001000001000110010101110011010101101100001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50208C; }

 p { color: rgb(80,32,140); }

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

<style>
 a { background-color: #50208C; }

 a { background-color: rgb(80,32,140); }

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

<style>
 span { border-color: #50208C; }

 span { border-color: rgb(80,32,140); }

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