Html Css Color HEX #58594C Ship Grey

📋 copy color: '#58594C'

red 88 ◦ green 89 ◦ blue 76

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

Shades of Ship Grey #58594C

Tints of Ship Grey #58594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 34.78%
G = 35.18%
B = 30.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58594C (or 0x58594C) is known color: Ship Grey. HEX triplet: 58, 59 and 4C. RGB value is (88,89,76). Sum of RGB (Red+Green+Blue) = 88+89+76=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #58594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58594C is #A7A6B3. Grayscale: #575757. Windows color (decimal): -10987188 or 5003608. OLE color: 5003608.

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

Color convert

RGB 88 89 76 -
CMYK 0.01 0 0.15 0.65
HSL 64.62º 0.08% 0.32% -
HSV(B) 64.62º 0.15% 0.35% -
XYZ 8.9 9.74 8.25 -
YUV 87.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 88 89 76 0.01 0 0.15 0.65 64.62 0.08 0.32
Hex 58 59 4C 1 0 F 41 41 8 20
Octal 130 131 114 1 0 17 101 101 10 40
Binary 1011000 1011001 1001100 1 0 1111 1000001 1000001 1000 100000

Color Harmonies of #58594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58594C

Black with #58594C

Text Example


Text Example

White with #58594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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