#575777

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

Shades of Comet #575777

Tints of Comet #575777

Color information

#575777 (or 0x575777) is unknown color: approx Comet. HEX triplet: 57, 57 and 77. RGB value is (87,87,119). Sum of RGB (Red+Green+Blue) = 87+87+119=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #575777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575777 is #A8A888. Grayscale: #5A5A5A. Windows color (decimal): -11053193 or 7821143. OLE color: 7821143.

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

Color convert

RGB8787119-
CMYK0.270.2700.53
HSL240º15.53%40.39%-
HSV(B)240º26.89%46.67%-
XYZ10.6710.1718.85-
YUV90.65144125.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=29.69%
G=29.69%
B=40.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87871190.270.2700.5324015.5340.39
Hex5757771B1B035f01028
Octal12712716733330653602050
Binary101011110101111110111110111101101101011111000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575777; }

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

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

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

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

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

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

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

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