#572593

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

Shades of Kingfisher Daisy #572593

Tints of Kingfisher Daisy #572593

Color information

#572593 (or 0x572593) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 93. RGB value is (87,37,147). Sum of RGB (Red+Green+Blue) = 87+37+147=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #572593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572593 is #A8DA6C. Grayscale: #404040. Windows color (decimal): -11065965 or 9643351. OLE color: 9643351.

HSL color Cylindrical-coordinate representation of color #572593: hue angle of 267.27º 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 #572593 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8737147-
CMYK0.410.7500.42
HSL267.27º59.78%36.08%-
HSV(B)267.27º74.83%57.65%-
XYZ9.865.4628.14-
YUV64.49174.56144.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=32.10%
G=13.65%
B=54.24%

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
Decimal87371470.410.7500.42267.2759.7836.08
Hex572593294B02A10b3c24
Octal12745223511130524137444
Binary10101111001011001001110100110010110101010100001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572593; }

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

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

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

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

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

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

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

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