#596369

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

Shades of Shuttle Grey #596369

Tints of Shuttle Grey #596369

Color information

#596369 (or 0x596369) is unknown color: approx Shuttle Grey. HEX triplet: 59, 63 and 69. RGB value is (89,99,105). Sum of RGB (Red+Green+Blue) = 89+99+105=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #596369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596369 is #A69C96. Grayscale: #606060. Windows color (decimal): -10919063 or 6906713. OLE color: 6906713.

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

Color convert

RGB8999105-
CMYK0.150.0600.59
HSL202.5º8.25%38.04%-
HSV(B)202.5º15.24%41.18%-
XYZ11.1312.0715.11-
YUV96.69132.69122.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=30.38%
G=33.79%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89991050.150.0600.59202.58.2538.04
Hex596369F603Bca826
Octal1311431511760733121046
Binary10110011100011110100111111100111011110010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596369; }

 p { color: rgb(89,99,105); }

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

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

 a { background-color: rgb(89,99,105); }

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

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

 span { border-color: rgb(89,99,105); }

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