Html Css Color HEX #58594B Ship Grey

📋 copy color: '#58594B'

red 88 ◦ green 89 ◦ blue 75

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

Shades of Ship Grey #58594B

Tints of Ship Grey #58594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 34.92%
G = 35.32%
B = 29.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58594B (or 0x58594B) is known color: Ship Grey. HEX triplet: 58, 59 and 4B. RGB value is (88,89,75). Sum of RGB (Red+Green+Blue) = 88+89+75=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #58594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58594B is #A7A6B4. Grayscale: #575757. Windows color (decimal): -10987189 or 4938072. OLE color: 4938072.

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

Color convert

RGB 88 89 75 -
CMYK 0.01 0 0.16 0.65
HSL 64.29º 0.09% 0.32% -
HSV(B) 64.29º 0.16% 0.35% -
XYZ 8.87 9.73 8.07 -
YUV 87.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 88 89 75 0.01 0 0.16 0.65 64.29 0.09 0.32
Hex 58 59 4B 1 0 10 41 40 9 20
Octal 130 131 113 1 0 20 101 100 11 40
Binary 1011000 1011001 1001011 1 0 10000 1000001 1000000 1001 100000

Color Harmonies of #58594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58594B

Black with #58594B

Text Example


Text Example

White with #58594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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