#573A77

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

Shades of Kingfisher Daisy #573A77

Tints of Kingfisher Daisy #573A77

Color information

#573A77 (or 0x573A77) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 3A and 77. RGB value is (87,58,119). Sum of RGB (Red+Green+Blue) = 87+58+119=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #573A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A77 is #A8C588. Grayscale: #494949. Windows color (decimal): -11060617 or 7813719. OLE color: 7813719.

HSL color Cylindrical-coordinate representation of color #573A77: hue angle of 268.52º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #573A77 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8758119-
CMYK0.270.5100.53
HSL268.52º34.46%34.71%-
HSV(B)268.52º51.26%46.67%-
XYZ8.776.3818.22-
YUV73.62153.61137.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=32.95%
G=21.97%
B=45.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87581190.270.5100.53268.5234.4634.71
Hex573A771B3303510d2223
Octal1277216733630654154243
Binary10101111110101110111110111100110110101100001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,119); }

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

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

 a { background-color: rgb(87,58,119); }

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

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

 span { border-color: rgb(87,58,119); }

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