#575574

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

Shades of Comet #575574

Tints of Comet #575574

Color information

#575574 (or 0x575574) is unknown color: approx Comet. HEX triplet: 57, 55 and 74. RGB value is (87,85,116). Sum of RGB (Red+Green+Blue) = 87+85+116=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #575574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575574 is #A8AA8B. Grayscale: #595959. Windows color (decimal): -11053708 or 7624023. OLE color: 7624023.

HSL color Cylindrical-coordinate representation of color #575574: hue angle of 243.87º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575574 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8785116-
CMYK0.250.2700.55
HSL243.87º15.42%39.41%-
HSV(B)243.87º26.72%45.49%-
XYZ10.339.7817.87-
YUV89.13143.16126.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=30.21%
G=29.51%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87851160.250.2700.55243.8715.4239.41
Hex575574191B037f4f27
Octal12712516431330673641747
Binary10101111010101111010011001110110110111111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575574; }

 p { color: rgb(87,85,116); }

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

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

 a { background-color: rgb(87,85,116); }

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

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

 span { border-color: rgb(87,85,116); }

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