#571D92

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

Shades of Kingfisher Daisy #571D92

Tints of Kingfisher Daisy #571D92

Color information

#571D92 (or 0x571D92) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1D and 92. RGB value is (87,29,146). Sum of RGB (Red+Green+Blue) = 87+29+146=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #571D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571D92 is #A8E26D. Grayscale: #3B3B3B. Windows color (decimal): -11068014 or 9575767. OLE color: 9575767.

HSL color Cylindrical-coordinate representation of color #571D92: hue angle of 269.74º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571D92 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8729146-
CMYK0.400.8000.43
HSL269.74º66.86%34.31%-
HSV(B)269.74º80.14%57.25%-
XYZ9.564.9827.65-
YUV59.68176.72147.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=33.21%
G=11.07%
B=55.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87291460.400.8000.43269.7466.8634.31
Hex571D92285002B10e4322
Octal127352225012005341610342
Binary10101111110110010010101000101000001010111000011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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