#572493

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

Shades of Kingfisher Daisy #572493

Tints of Kingfisher Daisy #572493

Color information

#572493 (or 0x572493) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 24 and 93. RGB value is (87,36,147). Sum of RGB (Red+Green+Blue) = 87+36+147=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #572493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572493 is #A8DB6C. Grayscale: #3F3F3F. Windows color (decimal): -11066221 or 9643095. OLE color: 9643095.

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

Color convert

RGB8736147-
CMYK0.410.7600.42
HSL267.57º60.66%35.88%-
HSV(B)267.57º75.51%57.65%-
XYZ9.835.3928.13-
YUV63.9174.9144.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=32.22%
G=13.33%
B=54.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87361470.410.7600.42267.5760.6635.88
Hex572493294C02A10c3d24
Octal12744223511140524147544
Binary10101111001001001001110100110011000101010100001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572493; }

 p { color: rgb(87,36,147); }

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

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

 a { background-color: rgb(87,36,147); }

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

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

 span { border-color: rgb(87,36,147); }

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