#595C5F

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

Shades of Bright Grey #595C5F

Tints of Bright Grey #595C5F

Color information

#595C5F (or 0x595C5F) is unknown color: approx Bright Grey. HEX triplet: 59, 5C and 5F. RGB value is (89,92,95). Sum of RGB (Red+Green+Blue) = 89+92+95=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 95 - color contains mainly: blue. Hex color #595C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C5F is #A6A3A0. Grayscale: #5B5B5B. Windows color (decimal): -10920865 or 6249561. OLE color: 6249561.

HSL color Cylindrical-coordinate representation of color #595C5F: hue angle of 210º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595C5F is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB899295-
CMYK0.060.0300.63
HSL210º3.26%36.08%-
HSV(B)210º6.32%37.25%-
XYZ10.0110.612.35-
YUV91.44130.01126.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=32.25%
G=33.33%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8992950.060.0300.632103.2636.08
Hex595C5F6303Fd2324
Octal13113413763077322344
Binary1011001101110010111111101101111111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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