#5A5A50

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

Shades of Ship Grey #5A5A50

Tints of Ship Grey #5A5A50

Color information

#5A5A50 (or 0x5A5A50) is unknown color: approx Ship Grey. HEX triplet: 5A, 5A and 50. RGB value is (90,90,80). Sum of RGB (Red+Green+Blue) = 90+90+80=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A50 is #A5A5AF. Grayscale: #585858. Windows color (decimal): -10855856 or 5266010. OLE color: 5266010.

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

Color convert

RGB909080-
CMYK000.110.65
HSL60º5.88%33.33%-
HSV(B)60º11.11%35.29%-
XYZ9.3210.079.04-
YUV88.86123128.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.62%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=34.62%
G=34.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal909080000.110.65605.8833.33
Hex5A5A5000B413c621
Octal132132120001310174641
Binary1011010101101010100000010111000001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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