#511F87

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

Shades of Kingfisher Daisy #511F87

Tints of Kingfisher Daisy #511F87

Color information

#511F87 (or 0x511F87) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 1F and 87. RGB value is (81,31,135). Sum of RGB (Red+Green+Blue) = 81+31+135=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #511F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F87 is #AEE078. Grayscale: #393939. Windows color (decimal): -11460729 or 8855377. OLE color: 8855377.

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

Color convert

RGB8131135-
CMYK0.400.7700.47
HSL268.85º62.65%32.55%-
HSV(B)268.85º77.04%52.94%-
XYZ8.264.4823.35-
YUV57.81171.56144.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=32.79%
G=12.55%
B=54.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81311350.400.7700.47268.8562.6532.55
Hex511F87284D02F10d3f21
Octal12137207501150574157741
Binary1010001111111000011110100010011010101111100001101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F87; }

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

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

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

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

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

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

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

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