#575963

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

Shades of Bright Grey #575963

Tints of Bright Grey #575963

Color information

#575963 (or 0x575963) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 63. RGB value is (87,89,99). Sum of RGB (Red+Green+Blue) = 87+89+99=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #575963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575963 is #A8A69C. Grayscale: #595959. Windows color (decimal): -11052701 or 6510935. OLE color: 6510935.

HSL color Cylindrical-coordinate representation of color #575963: hue angle of 230º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575963 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB878999-
CMYK0.120.1000.61
HSL230º6.45%36.47%-
HSV(B)230º12.12%38.82%-
XYZ9.7510.0713.23-
YUV89.54133.34126.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 99 (39.06% from 255) = 36%
R=31.64%
G=32.36%
B=36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8789990.120.1000.612306.4536.47
Hex575963CA03De6624
Octal1271311431412075346644
Binary10101111011001110001111001010011110111100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575963; }

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

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

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

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

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

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

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

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