#572092

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

Shades of Kingfisher Daisy #572092

Tints of Kingfisher Daisy #572092

Color information

#572092 (or 0x572092) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 20 and 92. RGB value is (87,32,146). Sum of RGB (Red+Green+Blue) = 87+32+146=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #572092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572092 is #A8DF6D. Grayscale: #3D3D3D. Windows color (decimal): -11067246 or 9576535. OLE color: 9576535.

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

Color convert

RGB8732146-
CMYK0.400.7800.43
HSL268.95º64.04%34.9%-
HSV(B)268.95º78.08%57.25%-
XYZ9.645.1327.68-
YUV61.44175.72146.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=32.83%
G=12.08%
B=55.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87321460.400.7800.43268.9564.0434.9
Hex572092284E02B10d4023
Octal127402225011605341510043
Binary101011110000010010010101000100111001010111000011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572092; }

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

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

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

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

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

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

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

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