Html Css Color HEX #595D66 Bright Grey

📋 copy color: '#595D66'

red 89 ◦ green 93 ◦ blue 102

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

Shades of Bright Grey #595D66

Tints of Bright Grey #595D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

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

R = 31.34%
G = 32.75%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595D66 (or 0x595D66) is known color: Bright Grey. HEX triplet: 59, 5D and 66. RGB value is (89,93,102). Sum of RGB (Red+Green+Blue) = 89+93+102=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #595D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D66 is #A6A299. Grayscale: #5C5C5C. Windows color (decimal): -10920602 or 6708569. OLE color: 6708569.

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

Color convert

RGB 89 93 102 -
CMYK 0.13 0.09 0 0.6
HSL 221.54º 0.07% 0.37% -
HSV(B) 221.54º 0.13% 0.4% -
XYZ 10.43 10.91 14.13 -
YUV 92.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 89 93 102 0.13 0.09 0 0.6 221.54 0.07 0.37
Hex 59 5D 66 D 9 0 3C DE 7 25
Octal 131 135 146 15 11 0 74 336 7 45
Binary 1011001 1011101 1100110 1101 1001 0 111100 11011110 111 100101

Color Harmonies of #595D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D66

Black with #595D66

Text Example


Text Example

White with #595D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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