Html Css Color HEX #595F65 Shuttle Grey

📋 copy color: '#595F65'

red 89 ◦ green 95 ◦ blue 101

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

Shades of Shuttle Grey #595F65

Tints of Shuttle Grey #595F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 31.23%
G = 33.33%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#595F65 (or 0x595F65) is known color: Shuttle Grey. HEX triplet: 59, 5F and 65. RGB value is (89,95,101). Sum of RGB (Red+Green+Blue) = 89+95+101=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #595F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F65 is #A6A09A. Grayscale: #5D5D5D. Windows color (decimal): -10920091 or 6643545. OLE color: 6643545.

HSL color Cylindrical-coordinate representation of color #595F65: hue angle of 210º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #595F65 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 95 101 -
CMYK 0.12 0.06 0 0.60
HSL 210º 0.06% 0.37% -
HSV(B) 210º 0.12% 0.4% -
XYZ 10.56 11.25 13.93 -
YUV 93.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 89 95 101 0.12 0.06 0 0.60 210 0.06 0.37
Hex 59 5F 65 C 6 0 3C D2 6 25
Octal 131 137 145 14 6 0 74 322 6 45
Binary 1011001 1011111 1100101 1100 110 0 111100 11010010 110 100101

Color Harmonies of #595F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F65

Black with #595F65

Text Example


Text Example

White with #595F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,101); }

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

background-color css

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

 a { background-color: rgb(89,95,101); }

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

border-color css

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

 span { border-color: rgb(89,95,101); }

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