#512087

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

Shades of Kingfisher Daisy #512087

Tints of Kingfisher Daisy #512087

Color information

#512087 (or 0x512087) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 20 and 87. RGB value is (81,32,135). Sum of RGB (Red+Green+Blue) = 81+32+135=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #512087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512087 is #AEDF78. Grayscale: #3A3A3A. Windows color (decimal): -11460473 or 8855633. OLE color: 8855633.

HSL color Cylindrical-coordinate representation of color #512087: hue angle of 268.54º degrees, saturation: 0.62, 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 #512087 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8132135-
CMYK0.400.7600.47
HSL268.54º61.68%32.75%-
HSV(B)268.54º76.3%52.94%-
XYZ8.284.5323.36-
YUV58.39171.23144.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=32.66%
G=12.90%
B=54.44%

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
Decimal81321350.400.7600.47268.5461.6832.75
Hex512087284C02F10d3e21
Octal12140207501140574157641
Binary10100011000001000011110100010011000101111100001101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512087; }

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

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

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

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

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

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

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

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