Html Css Color HEX #595C66 Bright Grey

📋 copy color: '#595C66'

red 89 ◦ green 92 ◦ blue 102

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

Shades of Bright Grey #595C66

Tints of Bright Grey #595C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 31.45%
G = 32.51%
B = 36.04%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595C66 (or 0x595C66) is known color: Bright Grey. HEX triplet: 59, 5C and 66. RGB value is (89,92,102). Sum of RGB (Red+Green+Blue) = 89+92+102=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #595C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C66 is #A6A399. Grayscale: #5C5C5C. Windows color (decimal): -10920858 or 6708313. OLE color: 6708313.

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

Color convert

RGB 89 92 102 -
CMYK 0.13 0.10 0 0.6
HSL 226.15º 0.07% 0.37% -
HSV(B) 226.15º 0.13% 0.4% -
XYZ 10.35 10.74 14.1 -
YUV 92.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 89 92 102 0.13 0.10 0 0.6 226.15 0.07 0.37
Hex 59 5C 66 D A 0 3C E2 7 25
Octal 131 134 146 15 12 0 74 342 7 45
Binary 1011001 1011100 1100110 1101 1010 0 111100 11100010 111 100101

Color Harmonies of #595C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C66

Black with #595C66

Text Example


Text Example

White with #595C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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