Html Css Color HEX #595957 Ship Grey

📋 copy color: '#595957'

red 89 ◦ green 89 ◦ blue 87

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

Shades of Ship Grey #595957

Tints of Ship Grey #595957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 87 (34.38% from 255) = 32.83%

R = 33.58%
G = 33.58%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#595957 (or 0x595957) is known color: Ship Grey. HEX triplet: 59, 59 and 57. RGB value is (89,89,87). Sum of RGB (Red+Green+Blue) = 89+89+87=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595957 is #A6A6A8. Grayscale: #585858. Windows color (decimal): -10921641 or 5724505. OLE color: 5724505.

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

Color convert

RGB 89 89 87 -
CMYK 0 0 0.02 0.65
HSL 60º 0.01% 0.35% -
HSV(B) 60º 0.02% 0.35% -
XYZ 9.41 9.96 10.44 -
YUV 88.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 89 89 87 0 0 0.02 0.65 60 0.01 0.35
Hex 59 59 57 0 0 2 41 3C 1 23
Octal 131 131 127 0 0 2 101 74 1 43
Binary 1011001 1011001 1010111 0 0 10 1000001 111100 1 100011

Color Harmonies of #595957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595957

Black with #595957

Text Example


Text Example

White with #595957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595957; }

 p { color: rgb(89,89,87); }

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

background-color css

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

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

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

border-color css

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

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

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