Html Css Color HEX #585949 Ship Grey

📋 copy color: '#585949'

red 88 ◦ green 89 ◦ blue 73

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

Shades of Ship Grey #585949

Tints of Ship Grey #585949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 35.2%
G = 35.6%
B = 29.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#585949 (or 0x585949) is known color: Ship Grey. HEX triplet: 58, 59 and 49. RGB value is (88,89,73). Sum of RGB (Red+Green+Blue) = 88+89+73=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #585949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585949 is #A7A6B6. Grayscale: #565656. Windows color (decimal): -10987191 or 4807000. OLE color: 4807000.

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

Color convert

RGB 88 89 73 -
CMYK 0.01 0 0.18 0.65
HSL 63.75º 0.1% 0.32% -
HSV(B) 63.75º 0.18% 0.35% -
XYZ 8.8 9.7 7.71 -
YUV 86.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 88 89 73 0.01 0 0.18 0.65 63.75 0.1 0.32
Hex 58 59 49 1 0 12 41 40 A 20
Octal 130 131 111 1 0 22 101 100 12 40
Binary 1011000 1011001 1001001 1 0 10010 1000001 1000000 1010 100000

Color Harmonies of #585949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585949

Black with #585949

Text Example


Text Example

White with #585949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585949; }

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

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

background-color css

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

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

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

border-color css

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

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

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