#575965

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

Shades of Bright Grey #575965

Tints of Bright Grey #575965

Color information

#575965 (or 0x575965) is unknown color: approx Bright Grey. HEX triplet: 57, 59 and 65. RGB value is (87,89,101). Sum of RGB (Red+Green+Blue) = 87+89+101=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #575965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575965 is #A8A69A. Grayscale: #595959. Windows color (decimal): -11052699 or 6642007. OLE color: 6642007.

HSL color Cylindrical-coordinate representation of color #575965: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575965 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8789101-
CMYK0.140.1200.60
HSL231.43º7.45%36.86%-
HSV(B)231.43º13.86%39.61%-
XYZ9.8510.1113.74-
YUV89.77134.34126.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=31.41%
G=32.13%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87891010.140.1200.60231.437.4536.86
Hex575965EC03Ce7725
Octal1271311451614074347745
Binary10101111011001110010111101100011110011100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575965; }

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

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

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

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

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

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

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

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