Html Css Color HEX #585948 Ship Grey

📋 copy color: '#585948'

red 88 ◦ green 89 ◦ blue 72

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

Shades of Ship Grey #585948

Tints of Ship Grey #585948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 35.34%
G = 35.74%
B = 28.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#585948 (or 0x585948) is known color: Ship Grey. HEX triplet: 58, 59 and 48. RGB value is (88,89,72). Sum of RGB (Red+Green+Blue) = 88+89+72=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #585948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585948 is #A7A6B7. Grayscale: #565656. Windows color (decimal): -10987192 or 4741464. OLE color: 4741464.

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

Color convert

RGB 88 89 72 -
CMYK 0.01 0 0.19 0.65
HSL 63.53º 0.11% 0.32% -
HSV(B) 63.53º 0.19% 0.35% -
XYZ 8.77 9.69 7.54 -
YUV 86.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 88 89 72 0.01 0 0.19 0.65 63.53 0.11 0.32
Hex 58 59 48 1 0 13 41 40 B 20
Octal 130 131 110 1 0 23 101 100 13 40
Binary 1011000 1011001 1001000 1 0 10011 1000001 1000000 1011 100000

Color Harmonies of #585948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585948

Black with #585948

Text Example


Text Example

White with #585948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585948; }

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

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

background-color css

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

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

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

border-color css

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

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

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