Html Css Color HEX #585851 Ship Grey

📋 copy color: '#585851'

red 88 ◦ green 88 ◦ blue 81

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

Shades of Ship Grey #585851

Tints of Ship Grey #585851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 81 (32.03% from 255) = 31.52%

R = 34.24%
G = 34.24%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#585851 (or 0x585851) is known color: Ship Grey. HEX triplet: 58, 58 and 51. RGB value is (88,88,81). Sum of RGB (Red+Green+Blue) = 88+88+81=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585851 is #A7A7AE. Grayscale: #575757. Windows color (decimal): -10987439 or 5331032. OLE color: 5331032.

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

Color convert

RGB 88 88 81 -
CMYK 0 0 0.08 0.65
HSL 60º 0.04% 0.33% -
HSV(B) 60º 0.08% 0.35% -
XYZ 9 9.65 9.17 -
YUV 87.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 88 88 81 0 0 0.08 0.65 60 0.04 0.33
Hex 58 58 51 0 0 8 41 3C 4 21
Octal 130 130 121 0 0 10 101 74 4 41
Binary 1011000 1011000 1010001 0 0 1000 1000001 111100 100 100001

Color Harmonies of #585851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585851

Black with #585851

Text Example


Text Example

White with #585851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585851; }

 p { color: rgb(88,88,81); }

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

background-color css

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

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

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

border-color css

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

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

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