#575778

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

Shades of Comet #575778

Tints of Comet #575778

Color information

#575778 (or 0x575778) is unknown color: approx Comet. HEX triplet: 57, 57 and 78. RGB value is (87,87,120). Sum of RGB (Red+Green+Blue) = 87+87+120=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #575778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575778 is #A8A887. Grayscale: #5A5A5A. Windows color (decimal): -11053192 or 7886679. OLE color: 7886679.

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

Color convert

RGB8787120-
CMYK0.280.2800.53
HSL240º15.94%40.59%-
HSV(B)240º27.5%47.06%-
XYZ10.7310.219.17-
YUV90.76144.5125.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=29.59%
G=29.59%
B=40.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87871200.280.2800.5324015.9440.59
Hex5757781C1C035f01029
Octal12712717034340653602051
Binary101011110101111111000111001110001101011111000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575778; }

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

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

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

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

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

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

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

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