Html Css Color HEX #595A4E Ship Grey

📋 copy color: '#595A4E'

red 89 ◦ green 90 ◦ blue 78

#595A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #595A4E

Tints of Ship Grey #595A4E

RGB

 RED value IS 89 (35.16% from 255) = 34.63%

 GREEN value IS 90 (35.55% from 255) = 35.02%

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 34.63%
G = 35.02%
B = 30.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#595A4E (or 0x595A4E) is known color: Ship Grey. HEX triplet: 59, 5A and 4E. RGB value is (89,90,78). Sum of RGB (Red+Green+Blue) = 89+90+78=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A4E is #A6A5B1. Grayscale: #585858. Windows color (decimal): -10921394 or 5134937. OLE color: 5134937.

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

Color convert

RGB 89 90 78 -
CMYK 0.01 0 0.13 0.65
HSL 65º 0.07% 0.33% -
HSV(B) 65º 0.13% 0.35% -
XYZ 9.15 9.99 8.65 -
YUV 88.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 89 90 78 0.01 0 0.13 0.65 65 0.07 0.33
Hex 59 5A 4E 1 0 D 41 41 7 21
Octal 131 132 116 1 0 15 101 101 7 41
Binary 1011001 1011010 1001110 1 0 1101 1000001 1000001 111 100001

Color Harmonies of #595A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A4E

Black with #595A4E

Text Example


Text Example

White with #595A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #595A4E;
 }
 .AnyTagClassName
 {
   color: #595A4E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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