#575B61

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

Shades of Bright Grey #575B61

Tints of Bright Grey #575B61

Color information

#575B61 (or 0x575B61) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 61. RGB value is (87,91,97). Sum of RGB (Red+Green+Blue) = 87+91+97=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #575B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B61 is #A8A49E. Grayscale: #5A5A5A. Windows color (decimal): -11052191 or 6380375. OLE color: 6380375.

HSL color Cylindrical-coordinate representation of color #575B61: hue angle of 216º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575B61 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB879197-
CMYK0.100.0600.62
HSL216º5.43%36.08%-
HSV(B)216º10.31%38.04%-
XYZ9.8310.3712.79-
YUV90.49131.67125.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=31.64%
G=33.09%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8791970.100.0600.622165.4336.08
Hex575B61A603Ed8524
Octal127133141126076330544
Binary1010111101101111000011010110011111011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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