#5A5A59

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

Shades of Ship Grey #5A5A59

Tints of Ship Grey #5A5A59

Color information

#5A5A59 (or 0x5A5A59) is unknown color: approx Ship Grey. HEX triplet: 5A, 5A and 59. RGB value is (90,90,89). Sum of RGB (Red+Green+Blue) = 90+90+89=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A59 is #A5A5A6. Grayscale: #595959. Windows color (decimal): -10855847 or 5855834. OLE color: 5855834.

HSL color Cylindrical-coordinate representation of color #5A5A59: hue angle of 60º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5A5A59 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB909089-
CMYK000.010.65
HSL60º0.56%35.1%-
HSV(B)60º1.11%35.29%-
XYZ9.6810.2110.91-
YUV89.89127.5128.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=33.46%
G=33.46%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal909089000.010.65600.5635.1
Hex5A5A59001413c123
Octal13213213100110174143
Binary10110101011010101100100110000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5A59; }

 p { color: rgb(90,90,89); }

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

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

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

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

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

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

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