#595F6B

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

Shades of Bright Grey #595F6B

Tints of Bright Grey #595F6B

Color information

#595F6B (or 0x595F6B) is unknown color: approx Bright Grey. HEX triplet: 59, 5F and 6B. RGB value is (89,95,107). Sum of RGB (Red+Green+Blue) = 89+95+107=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #595F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F6B is #A6A094. Grayscale: #5E5E5E. Windows color (decimal): -10920085 or 7036761. OLE color: 7036761.

HSL color Cylindrical-coordinate representation of color #595F6B: hue angle of 220º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595F6B is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8995107-
CMYK0.170.1100.58
HSL220º9.18%38.43%-
HSV(B)220º16.82%41.96%-
XYZ10.8711.3715.53-
YUV94.57135.01124.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.58%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=30.58%
G=32.65%
B=36.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89951070.170.1100.582209.1838.43
Hex595F6B11B03Adc926
Octal13113715321130723341146
Binary1011001101111111010111000110110111010110111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F6B; }

 p { color: rgb(89,95,107); }

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

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

 a { background-color: rgb(89,95,107); }

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

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

 span { border-color: rgb(89,95,107); }

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