#595A4F

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

Shades of Ship Grey #595A4F

Tints of Ship Grey #595A4F

Color information

#595A4F (or 0x595A4F) is unknown color: approx Ship Grey. HEX triplet: 59, 5A and 4F. RGB value is (89,90,79). Sum of RGB (Red+Green+Blue) = 89+90+79=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A4F is #A6A5B0. Grayscale: #585858. Windows color (decimal): -10921393 or 5200473. OLE color: 5200473.

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

Color convert

RGB899079-
CMYK0.0100.120.65
HSL65.45º6.51%33.14%-
HSV(B)65.45º12.22%35.29%-
XYZ9.19108.84-
YUV88.45122.67128.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=34.50%
G=34.88%
B=30.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990790.0100.120.6565.456.5133.14
Hex595A4F10C4141721
Octal1311321171014101101741
Binary10110011011010100111110110010000011000001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A4F; }

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

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

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

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

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

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

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

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