#573F72

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

Shades of Kingfisher Daisy #573F72

Tints of Kingfisher Daisy #573F72

Color information

#573F72 (or 0x573F72) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 3F and 72. RGB value is (87,63,114). Sum of RGB (Red+Green+Blue) = 87+63+114=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #573F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F72 is #A8C08D. Grayscale: #4B4B4B. Windows color (decimal): -11059342 or 7487319. OLE color: 7487319.

HSL color Cylindrical-coordinate representation of color #573F72: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573F72 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8763114-
CMYK0.240.4500.55
HSL268.24º28.81%34.71%-
HSV(B)268.24º44.74%44.71%-
XYZ8.756.816.77-
YUV75.99149.45135.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=32.95%
G=23.86%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87631140.240.4500.55268.2428.8134.71
Hex573F72182D03710c1d23
Octal1277716230550674143543
Binary1010111111111111001011000101101011011110000110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573F72; }

 p { color: rgb(87,63,114); }

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

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

 a { background-color: rgb(87,63,114); }

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

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

 span { border-color: rgb(87,63,114); }

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