Html Css Color HEX #595D63 Bright Grey

📋 copy color: '#595D63'

red 89 ◦ green 93 ◦ blue 99

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

Shades of Bright Grey #595D63

Tints of Bright Grey #595D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 31.67%
G = 33.1%
B = 35.23%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#595D63 (or 0x595D63) is known color: Bright Grey. HEX triplet: 59, 5D and 63. RGB value is (89,93,99). Sum of RGB (Red+Green+Blue) = 89+93+99=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #595D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D63 is #A6A29C. Grayscale: #5C5C5C. Windows color (decimal): -10920605 or 6511961. OLE color: 6511961.

HSL color Cylindrical-coordinate representation of color #595D63: hue angle of 216º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595D63 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 93 99 -
CMYK 0.10 0.06 0 0.61
HSL 216º 0.05% 0.37% -
HSV(B) 216º 0.1% 0.39% -
XYZ 10.29 10.85 13.36 -
YUV 92.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 89 93 99 0.10 0.06 0 0.61 216 0.05 0.37
Hex 59 5D 63 A 6 0 3D D8 5 25
Octal 131 135 143 12 6 0 75 330 5 45
Binary 1011001 1011101 1100011 1010 110 0 111101 11011000 101 100101

Color Harmonies of #595D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D63

Black with #595D63

Text Example


Text Example

White with #595D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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