#573477

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

Shades of Kingfisher Daisy #573477

Tints of Kingfisher Daisy #573477

Color information

#573477 (or 0x573477) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 34 and 77. RGB value is (87,52,119). Sum of RGB (Red+Green+Blue) = 87+52+119=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #573477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573477 is #A8CB88. Grayscale: #454545. Windows color (decimal): -11062153 or 7812183. OLE color: 7812183.

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

Color convert

RGB8752119-
CMYK0.270.5600.53
HSL271.34º39.18%33.53%-
HSV(B)271.34º56.3%46.67%-
XYZ8.495.8118.13-
YUV70.1155.6140.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=33.72%
G=20.16%
B=46.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87521190.270.5600.53271.3439.1833.53
Hex5734771B3803510f2722
Octal1276416733700654174742
Binary10101111101001110111110111110000110101100001111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573477; }

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

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

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

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

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

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

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

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