#596070

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

Shades of Shuttle Grey #596070

Tints of Shuttle Grey #596070

Color information

#596070 (or 0x596070) is unknown color: approx Shuttle Grey. HEX triplet: 59, 60 and 70. RGB value is (89,96,112). Sum of RGB (Red+Green+Blue) = 89+96+112=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #596070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596070 is #A69F8F. Grayscale: #5F5F5F. Windows color (decimal): -10919824 or 7364697. OLE color: 7364697.

HSL color Cylindrical-coordinate representation of color #596070: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596070 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8996112-
CMYK0.210.1400.56
HSL221.74º11.44%39.41%-
HSV(B)221.74º20.54%43.92%-
XYZ11.2311.6616.99-
YUV95.73137.18123.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=29.97%
G=32.32%
B=37.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89961120.210.1400.56221.7411.4439.41
Hex59607015E038deb27
Octal13114016025160703361347
Binary1011001110000011100001010111100111000110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596070; }

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

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

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

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

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

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

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

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