Html Css Color HEX #595E6D Bright Grey

📋 copy color: '#595E6D'

red 89 ◦ green 94 ◦ blue 109

#595E6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #595E6D

Tints of Bright Grey #595E6D

RGB

 RED value IS 89 (35.16% from 255) = 30.48%

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 30.48%
G = 32.19%
B = 37.33%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#595E6D (or 0x595E6D) is known color: Bright Grey. HEX triplet: 59, 5E and 6D. RGB value is (89,94,109). Sum of RGB (Red+Green+Blue) = 89+94+109=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #595E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E6D is #A6A192. Grayscale: #5E5E5E. Windows color (decimal): -10920339 or 7167577. OLE color: 7167577.

HSL color Cylindrical-coordinate representation of color #595E6D: hue angle of 225º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595E6D is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 94 109 -
CMYK 0.18 0.14 0 0.57
HSL 225º 0.1% 0.39% -
HSV(B) 225º 0.18% 0.43% -
XYZ 10.88 11.23 16.06 -
YUV 94.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 89 94 109 0.18 0.14 0 0.57 225 0.1 0.39
Hex 59 5E 6D 12 E 0 39 E1 A 27
Octal 131 136 155 22 16 0 71 341 12 47
Binary 1011001 1011110 1101101 10010 1110 0 111001 11100001 1010 100111

Color Harmonies of #595E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E6D

Black with #595E6D

Text Example


Text Example

White with #595E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,109); }

 H1.HeaderClassName
 {
   color: #595E6D;
 }
 .AnyTagClassName
 {
   color: #595E6D;
 }
</style>

background-color css

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

 a { background-color: rgb(89,94,109); }

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

border-color css

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

 span { border-color: rgb(89,94,109); }

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