Html Css Color HEX #595B66 Bright Grey

📋 copy color: '#595B66'

red 89 ◦ green 91 ◦ blue 102

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

Shades of Bright Grey #595B66

Tints of Bright Grey #595B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.27%

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

R = 31.56%
G = 32.27%
B = 36.17%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595B66 (or 0x595B66) is known color: Bright Grey. HEX triplet: 59, 5B and 66. RGB value is (89,91,102). Sum of RGB (Red+Green+Blue) = 89+91+102=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #595B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B66 is #A6A499. Grayscale: #5B5B5B. Windows color (decimal): -10921114 or 6708057. OLE color: 6708057.

HSL color Cylindrical-coordinate representation of color #595B66: hue angle of 230.77º 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 #595B66 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 91 102 -
CMYK 0.13 0.11 0 0.6
HSL 230.77º 0.07% 0.37% -
HSV(B) 230.77º 0.13% 0.4% -
XYZ 10.26 10.57 14.07 -
YUV 91.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 89 91 102 0.13 0.11 0 0.6 230.77 0.07 0.37
Hex 59 5B 66 D B 0 3C E7 7 25
Octal 131 133 146 15 13 0 74 347 7 45
Binary 1011001 1011011 1100110 1101 1011 0 111100 11100111 111 100101

Color Harmonies of #595B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B66

Black with #595B66

Text Example


Text Example

White with #595B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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