#575D7F

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

Shades of Comet #575D7F

Tints of Comet #575D7F

Color information

#575D7F (or 0x575D7F) is unknown color: approx Comet. HEX triplet: 57, 5D and 7F. RGB value is (87,93,127). Sum of RGB (Red+Green+Blue) = 87+93+127=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #575D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D7F is #A8A280. Grayscale: #5E5E5E. Windows color (decimal): -11051649 or 8346967. OLE color: 8346967.

HSL color Cylindrical-coordinate representation of color #575D7F: hue angle of 231º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #575D7F is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8793127-
CMYK0.310.2700.50
HSL231º18.69%41.96%-
HSV(B)231º31.5%49.8%-
XYZ11.6811.3921.66-
YUV95.08146.01122.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 127 (50% from 255) = 41.37%
R=28.34%
G=30.29%
B=41.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87931270.310.2700.5023118.6941.96
Hex575D7F1F1B032e7132a
Octal12713517737330623472352
Binary101011110111011111111111111101101100101110011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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