Html Css Color HEX #58594D Ship Grey

📋 copy color: '#58594D'

red 88 ◦ green 89 ◦ blue 77

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

Shades of Ship Grey #58594D

Tints of Ship Grey #58594D

RGB

 RED value IS 88 (34.77% from 255) = 34.65%

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

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

R = 34.65%
G = 35.04%
B = 30.31%

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

#58594D (or 0x58594D) is known color: Ship Grey. HEX triplet: 58, 59 and 4D. RGB value is (88,89,77). Sum of RGB (Red+Green+Blue) = 88+89+77=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #58594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58594D is #A7A6B2. Grayscale: #575757. Windows color (decimal): -10987187 or 5069144. OLE color: 5069144.

HSL color Cylindrical-coordinate representation of color #58594D: 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 #58594D is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 77 -
CMYK 0.01 0 0.13 0.65
HSL 65º 0.07% 0.33% -
HSV(B) 65º 0.13% 0.35% -
XYZ 8.94 9.76 8.43 -
YUV 87.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 88 89 77 0.01 0 0.13 0.65 65 0.07 0.33
Hex 58 59 4D 1 0 D 41 41 7 21
Octal 130 131 115 1 0 15 101 101 7 41
Binary 1011000 1011001 1001101 1 0 1101 1000001 1000001 111 100001

Color Harmonies of #58594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58594D

Black with #58594D

Text Example


Text Example

White with #58594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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