Html Css Color HEX #595A4F Ship Grey

📋 copy color: '#595A4F'

red 89 ◦ green 90 ◦ blue 79

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

Shades of Ship Grey #595A4F

Tints of Ship Grey #595A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 34.5%
G = 34.88%
B = 30.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#595A4F (or 0x595A4F) is known color: 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

RGB 89 90 79 -
CMYK 0.01 0 0.12 0.65
HSL 65.45º 0.07% 0.33% -
HSV(B) 65.45º 0.12% 0.35% -
XYZ 9.19 10 8.84 -
YUV 88.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 89 90 79 0.01 0 0.12 0.65 65.45 0.07 0.33
Hex 59 5A 4F 1 0 C 41 41 7 21
Octal 131 132 117 1 0 14 101 101 7 41
Binary 1011001 1011010 1001111 1 0 1100 1000001 1000001 111 100001

Color Harmonies of #595A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A4F

Black with #595A4F

Text Example


Text Example

White with #595A4F

Text Example


Text Example

HTML Codes & Css Web 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>