#572592

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

Shades of Kingfisher Daisy #572592

Tints of Kingfisher Daisy #572592

Color information

#572592 (or 0x572592) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 92. RGB value is (87,37,146). Sum of RGB (Red+Green+Blue) = 87+37+146=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #572592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572592 is #A8DA6D. Grayscale: #3F3F3F. Windows color (decimal): -11065966 or 9577815. OLE color: 9577815.

HSL color Cylindrical-coordinate representation of color #572592: hue angle of 267.52º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572592 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8737146-
CMYK0.400.7500.43
HSL267.52º59.56%35.88%-
HSV(B)267.52º74.66%57.25%-
XYZ9.785.4227.73-
YUV64.38174.06144.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=32.22%
G=13.70%
B=54.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87371460.400.7500.43267.5259.5635.88
Hex572592284B02B10c3c24
Octal12745222501130534147444
Binary10101111001011001001010100010010110101011100001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572592; }

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

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

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

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

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

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

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

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