#512187

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

Shades of Kingfisher Daisy #512187

Tints of Kingfisher Daisy #512187

Color information

#512187 (or 0x512187) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 21 and 87. RGB value is (81,33,135). Sum of RGB (Red+Green+Blue) = 81+33+135=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #512187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512187 is #AEDE78. Grayscale: #3A3A3A. Windows color (decimal): -11460217 or 8855889. OLE color: 8855889.

HSL color Cylindrical-coordinate representation of color #512187: hue angle of 268.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512187 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8133135-
CMYK0.400.7600.47
HSL268.24º60.71%32.94%-
HSV(B)268.24º75.56%52.94%-
XYZ8.314.5923.37-
YUV58.98170.9143.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=32.53%
G=13.25%
B=54.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81331350.400.7600.47268.2460.7132.94
Hex512187284C02F10c3d21
Octal12141207501140574147541
Binary10100011000011000011110100010011000101111100001100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512187; }

 p { color: rgb(81,33,135); }

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

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

 a { background-color: rgb(81,33,135); }

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

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

 span { border-color: rgb(81,33,135); }

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