#571d87

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

Shades of Kingfisher Daisy #571D87

Tints of Kingfisher Daisy #571D87

Color information

#571D87 (or 0x571D87) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1D and 87. RGB value is (87,29,135). Sum of RGB (Red+Green+Blue) = 87+29+135=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #571D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571D87 is #A8E278. Grayscale: #3A3A3A. Windows color (decimal): -11068025 or 8854871. OLE color: 8854871.

HSL color Cylindrical-coordinate representation of color #571D87: hue angle of 272.83º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571D87 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8729135-
CMYK0.360.7900.47
HSL272.83º64.63%32.16%-
HSV(B)272.83º78.52%52.94%-
XYZ8.744.6523.36-
YUV58.43171.22148.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=34.66%
G=11.55%
B=53.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87291350.360.7900.47272.8364.6332.16
Hex571D87244F02F1114120
Octal127352074411705742110140
Binary10101111110110000111100100100111101011111000100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571d87; }

 p { color: rgb(87,29,135); }

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

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

 a { background-color: rgb(87,29,135); }

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

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

 span { border-color: rgb(87,29,135); }

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