#596068

Color #596068 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #596068

Tints of Shuttle Grey #596068

Color information

#596068 (or 0x596068) is unknown color: approx Shuttle Grey. HEX triplet: 59, 60 and 68. RGB value is (89,96,104). Sum of RGB (Red+Green+Blue) = 89+96+104=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #596068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596068 is #A69F97. Grayscale: #5E5E5E. Windows color (decimal): -10919832 or 6840409. OLE color: 6840409.

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

Color convert

RGB8996104-
CMYK0.140.0800.59
HSL212º7.77%37.84%-
HSV(B)212º14.42%40.78%-
XYZ10.811.4914.75-
YUV94.82133.18123.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=30.80%
G=33.22%
B=35.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89961040.140.0800.592127.7737.84
Hex596068E803Bd4826
Octal13114015016100733241046
Binary101100111000001101000111010000111011110101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596068; }

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

 H1.HeaderClassName
 {
   color: #596068;
 }
 .AnyTagClassName
 {
   color: #596068;
 }
</style>
background-color css

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

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

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

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

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

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