#575B7F

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

Shades of Comet #575B7F

Tints of Comet #575B7F

Color information

#575B7F (or 0x575B7F) is unknown color: approx Comet. HEX triplet: 57, 5B and 7F. RGB value is (87,91,127). Sum of RGB (Red+Green+Blue) = 87+91+127=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #575B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B7F is #A8A480. Grayscale: #5D5D5D. Windows color (decimal): -11052161 or 8346455. OLE color: 8346455.

HSL color Cylindrical-coordinate representation of color #575B7F: hue angle of 234º 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 #575B7F is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8791127-
CMYK0.310.2800.50
HSL234º18.69%41.96%-
HSV(B)234º31.5%49.8%-
XYZ11.511.0421.6-
YUV93.91146.67123.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 127 (50% from 255) = 41.64%
R=28.52%
G=29.84%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87911270.310.2800.5023418.6941.96
Hex575B7F1F1C032ea132a
Octal12713317737340623522352
Binary101011110110111111111111111110001100101110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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