#572297

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

Shades of Kingfisher Daisy #572297

Tints of Kingfisher Daisy #572297

Color information

#572297 (or 0x572297) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 22 and 97. RGB value is (87,34,151). Sum of RGB (Red+Green+Blue) = 87+34+151=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #572297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572297 is #A8DD68. Grayscale: #3E3E3E. Windows color (decimal): -11066729 or 9904727. OLE color: 9904727.

HSL color Cylindrical-coordinate representation of color #572297: hue angle of 267.18º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572297 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8734151-
CMYK0.420.7700.41
HSL267.18º63.24%36.27%-
HSV(B)267.18º77.48%59.22%-
XYZ10.095.429.79-
YUV63.18177.56144.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=31.99%
G=12.5%
B=55.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87341510.420.7700.41267.1863.2436.27
Hex5722972A4D02910b3f24
Octal12742227521150514137744
Binary10101111000101001011110101010011010101001100001011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572297; }

 p { color: rgb(87,34,151); }

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

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

 a { background-color: rgb(87,34,151); }

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

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

 span { border-color: rgb(87,34,151); }

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