Html Css Color HEX #595C60 Bright Grey

📋 copy color: '#595C60'

red 89 ◦ green 92 ◦ blue 96

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

Shades of Bright Grey #595C60

Tints of Bright Grey #595C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 32.13%
G = 33.21%
B = 34.66%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#595C60 (or 0x595C60) is known color: Bright Grey. HEX triplet: 59, 5C and 60. RGB value is (89,92,96). Sum of RGB (Red+Green+Blue) = 89+92+96=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 96 - color contains mainly: blue. Hex color #595C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C60 is #A6A39F. Grayscale: #5B5B5B. Windows color (decimal): -10920864 or 6315097. OLE color: 6315097.

HSL color Cylindrical-coordinate representation of color #595C60: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595C60 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 92 96 -
CMYK 0.07 0.04 0 0.62
HSL 214.29º 0.04% 0.36% -
HSV(B) 214.29º 0.07% 0.38% -
XYZ 10.06 10.62 12.59 -
YUV 91.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 89 92 96 0.07 0.04 0 0.62 214.29 0.04 0.36
Hex 59 5C 60 7 4 0 3E D6 4 24
Octal 131 134 140 7 4 0 76 326 4 44
Binary 1011001 1011100 1100000 111 100 0 111110 11010110 100 100100

Color Harmonies of #595C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C60

Black with #595C60

Text Example


Text Example

White with #595C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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