#572594

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

Shades of Kingfisher Daisy #572594

Tints of Kingfisher Daisy #572594

Color information

#572594 (or 0x572594) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 94. RGB value is (87,37,148). Sum of RGB (Red+Green+Blue) = 87+37+148=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #572594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572594 is #A8DA6B. Grayscale: #404040. Windows color (decimal): -11065964 or 9708887. OLE color: 9708887.

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

Color convert

RGB8737148-
CMYK0.410.7500.42
HSL267.03º60%36.27%-
HSV(B)267.03º75%58.04%-
XYZ9.945.4928.55-
YUV64.6175.06143.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.99%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=31.99%
G=13.60%
B=54.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87371480.410.7500.42267.036036.27
Hex572594294B02A10b3c24
Octal12745224511130524137444
Binary10101111001011001010010100110010110101010100001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572594; }

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

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

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

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

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

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

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

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