Html Css Color HEX #595A5E Bright Grey

📋 copy color: '#595A5E'

red 89 ◦ green 90 ◦ blue 94

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

Shades of Bright Grey #595A5E

Tints of Bright Grey #595A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 32.6%
G = 32.97%
B = 34.43%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#595A5E (or 0x595A5E) is known color: Bright Grey. HEX triplet: 59, 5A and 5E. RGB value is (89,90,94). Sum of RGB (Red+Green+Blue) = 89+90+94=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 94 - color contains mainly: blue. Hex color #595A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A5E is #A6A5A1. Grayscale: #5A5A5A. Windows color (decimal): -10921378 or 6183513. OLE color: 6183513.

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

Color convert

RGB 89 90 94 -
CMYK 0.05 0.04 0 0.63
HSL 228º 0.03% 0.36% -
HSV(B) 228º 0.05% 0.37% -
XYZ 9.8 10.24 12.05 -
YUV 90.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 89 90 94 0.05 0.04 0 0.63 228 0.03 0.36
Hex 59 5A 5E 5 4 0 3F E4 3 24
Octal 131 132 136 5 4 0 77 344 3 44
Binary 1011001 1011010 1011110 101 100 0 111111 11100100 11 100100

Color Harmonies of #595A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A5E

Black with #595A5E

Text Example


Text Example

White with #595A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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