#575877

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

Shades of Comet #575877

Tints of Comet #575877

Color information

#575877 (or 0x575877) is unknown color: approx Comet. HEX triplet: 57, 58 and 77. RGB value is (87,88,119). Sum of RGB (Red+Green+Blue) = 87+88+119=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #575877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575877 is #A8A788. Grayscale: #5B5B5B. Windows color (decimal): -11052937 or 7821399. OLE color: 7821399.

HSL color Cylindrical-coordinate representation of color #575877: hue angle of 238.12º 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 #575877 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8788119-
CMYK0.270.2600.53
HSL238.12º15.53%40.39%-
HSV(B)238.12º26.89%46.67%-
XYZ10.7510.3418.88-
YUV91.24143.67124.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=29.59%
G=29.93%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87881190.270.2600.53238.1215.5340.39
Hex5758771B1A035ee1028
Octal12713016733320653562050
Binary101011110110001110111110111101001101011110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575877; }

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

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

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

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

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

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

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

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