Html Css Color HEX #596067 Shuttle Grey

📋 copy color: '#596067'

red 89 ◦ green 96 ◦ blue 103

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

Shades of Shuttle Grey #596067

Tints of Shuttle Grey #596067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 30.9%
G = 33.33%
B = 35.76%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#596067 (or 0x596067) is known color: Shuttle Grey. HEX triplet: 59, 60 and 67. RGB value is (89,96,103). Sum of RGB (Red+Green+Blue) = 89+96+103=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #596067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596067 is #A69F98. Grayscale: #5E5E5E. Windows color (decimal): -10919833 or 6774873. OLE color: 6774873.

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

Color convert

RGB 89 96 103 -
CMYK 0.14 0.07 0 0.60
HSL 210º 0.07% 0.38% -
HSV(B) 210º 0.14% 0.4% -
XYZ 10.75 11.47 14.48 -
YUV 94.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 89 96 103 0.14 0.07 0 0.60 210 0.07 0.38
Hex 59 60 67 E 7 0 3C D2 7 26
Octal 131 140 147 16 7 0 74 322 7 46
Binary 1011001 1100000 1100111 1110 111 0 111100 11010010 111 100110

Color Harmonies of #596067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596067

Black with #596067

Text Example


Text Example

White with #596067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596067; }

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

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

background-color css

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

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

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

border-color css

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

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

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