Html Css Color HEX #595A4D Ship Grey

📋 copy color: '#595A4D'

red 89 ◦ green 90 ◦ blue 77

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

Shades of Ship Grey #595A4D

Tints of Ship Grey #595A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 34.77%
G = 35.16%
B = 30.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#595A4D (or 0x595A4D) is known color: Ship Grey. HEX triplet: 59, 5A and 4D. RGB value is (89,90,77). Sum of RGB (Red+Green+Blue) = 89+90+77=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A4D is #A6A5B2. Grayscale: #585858. Windows color (decimal): -10921395 or 5069401. OLE color: 5069401.

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

Color convert

RGB 89 90 77 -
CMYK 0.01 0 0.14 0.65
HSL 64.62º 0.08% 0.33% -
HSV(B) 64.62º 0.14% 0.35% -
XYZ 9.12 9.97 8.47 -
YUV 88.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 89 90 77 0.01 0 0.14 0.65 64.62 0.08 0.33
Hex 59 5A 4D 1 0 E 41 41 8 21
Octal 131 132 115 1 0 16 101 101 10 41
Binary 1011001 1011010 1001101 1 0 1110 1000001 1000001 1000 100001

Color Harmonies of #595A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A4D

Black with #595A4D

Text Example


Text Example

White with #595A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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