#575962

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

Shades of Bright Grey #575962

Tints of Bright Grey #575962

Color information

#575962 (or 0x575962) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 62. RGB value is (87,89,98). Sum of RGB (Red+Green+Blue) = 87+89+98=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #575962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575962 is #A8A69D. Grayscale: #595959. Windows color (decimal): -11052702 or 6445399. OLE color: 6445399.

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

Color convert

RGB878998-
CMYK0.110.0900.62
HSL229.09º5.95%36.27%-
HSV(B)229.09º11.22%38.43%-
XYZ9.7110.0512.98-
YUV89.43132.84126.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=31.75%
G=32.48%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8789980.110.0900.62229.095.9536.27
Hex575962B903Ee5624
Octal1271311421311076345644
Binary10101111011001110001010111001011111011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575962; }

 p { color: rgb(87,89,98); }

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

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

 a { background-color: rgb(87,89,98); }

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

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

 span { border-color: rgb(87,89,98); }

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