#595C6A

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

Shades of Bright Grey #595C6A

Tints of Bright Grey #595C6A

Color information

#595C6A (or 0x595C6A) is unknown color: approx Bright Grey. HEX triplet: 59, 5C and 6A. RGB value is (89,92,106). Sum of RGB (Red+Green+Blue) = 89+92+106=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #595C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C6A is #A6A395. Grayscale: #5C5C5C. Windows color (decimal): -10920854 or 6970457. OLE color: 6970457.

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

Color convert

RGB8992106-
CMYK0.160.1300.58
HSL229.41º8.72%38.24%-
HSV(B)229.41º16.04%41.57%-
XYZ10.5510.8215.17-
YUV92.7135.51125.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=31.01%
G=32.06%
B=36.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89921060.160.1300.58229.418.7238.24
Hex595C6A10D03Ae5926
Octal13113415220150723451146
Binary1011001101110011010101000011010111010111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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