#575D7C

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

Shades of Comet #575D7C

Tints of Comet #575D7C

Color information

#575D7C (or 0x575D7C) is unknown color: approx Comet. HEX triplet: 57, 5D and 7C. RGB value is (87,93,124). Sum of RGB (Red+Green+Blue) = 87+93+124=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #575D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D7C is #A8A283. Grayscale: #5E5E5E. Windows color (decimal): -11051652 or 8150359. OLE color: 8150359.

HSL color Cylindrical-coordinate representation of color #575D7C: hue angle of 230.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575D7C is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8793124-
CMYK0.300.2500.51
HSL230.27º17.54%41.37%-
HSV(B)230.27º29.84%48.63%-
XYZ11.4811.3120.65-
YUV94.74144.51122.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=28.62%
G=30.59%
B=40.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87931240.300.2500.51230.2717.5441.37
Hex575D7C1E19033e61229
Octal12713517436310633462251
Binary101011110111011111100111101100101100111110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D7C; }

 p { color: rgb(87,93,124); }

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

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

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

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

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

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

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