Html Css Color HEX #595F66 Shuttle Grey

📋 copy color: '#595F66'

red 89 ◦ green 95 ◦ blue 102

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

Shades of Shuttle Grey #595F66

Tints of Shuttle Grey #595F66

RGB

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

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

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

R = 31.12%
G = 33.22%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595F66 (or 0x595F66) is known color: Shuttle Grey. HEX triplet: 59, 5F and 66. RGB value is (89,95,102). Sum of RGB (Red+Green+Blue) = 89+95+102=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #595F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F66 is #A6A099. Grayscale: #5D5D5D. Windows color (decimal): -10920090 or 6709081. OLE color: 6709081.

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

Color convert

RGB 89 95 102 -
CMYK 0.13 0.07 0 0.6
HSL 212.31º 0.07% 0.37% -
HSV(B) 212.31º 0.13% 0.4% -
XYZ 10.61 11.27 14.19 -
YUV 94 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 89 95 102 0.13 0.07 0 0.6 212.31 0.07 0.37
Hex 59 5F 66 D 7 0 3C D4 7 25
Octal 131 137 146 15 7 0 74 324 7 45
Binary 1011001 1011111 1100110 1101 111 0 111100 11010100 111 100101

Color Harmonies of #595F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F66

Black with #595F66

Text Example


Text Example

White with #595F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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