#51208C

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

Shades of Kingfisher Daisy #51208C

Tints of Kingfisher Daisy #51208C

Color information

#51208C (or 0x51208C) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 20 and 8C. RGB value is (81,32,140). Sum of RGB (Red+Green+Blue) = 81+32+140=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #51208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51208C is #AEDF73. Grayscale: #3A3A3A. Windows color (decimal): -11460468 or 9183313. OLE color: 9183313.

HSL color Cylindrical-coordinate representation of color #51208C: hue angle of 267.22º 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 #51208C is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8132140-
CMYK0.420.7700.45
HSL267.22º62.79%33.73%-
HSV(B)267.22º77.14%54.9%-
XYZ8.644.6825.26-
YUV58.96173.73143.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=32.02%
G=12.65%
B=55.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81321400.420.7700.45267.2262.7933.73
Hex51208C2A4D02D10b3f22
Octal12140214521150554137742
Binary10100011000001000110010101010011010101101100001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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