Html Css Color HEX #595E66 Bright Grey

📋 copy color: '#595E66'

red 89 ◦ green 94 ◦ blue 102

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

Shades of Bright Grey #595E66

Tints of Bright Grey #595E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 31.23%
G = 32.98%
B = 35.79%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595E66 (or 0x595E66) is known color: Bright Grey. HEX triplet: 59, 5E and 66. RGB value is (89,94,102). Sum of RGB (Red+Green+Blue) = 89+94+102=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #595E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E66 is #A6A199. Grayscale: #5D5D5D. Windows color (decimal): -10920346 or 6708825. OLE color: 6708825.

HSL color Cylindrical-coordinate representation of color #595E66: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595E66 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 94 102 -
CMYK 0.13 0.08 0 0.6
HSL 216.92º 0.07% 0.37% -
HSV(B) 216.92º 0.13% 0.4% -
XYZ 10.52 11.09 14.16 -
YUV 93.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 89 94 102 0.13 0.08 0 0.6 216.92 0.07 0.37
Hex 59 5E 66 D 8 0 3C D9 7 25
Octal 131 136 146 15 10 0 74 331 7 45
Binary 1011001 1011110 1100110 1101 1000 0 111100 11011001 111 100101

Color Harmonies of #595E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E66

Black with #595E66

Text Example


Text Example

White with #595E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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