Html Css Color HEX #585856 Ship Grey

📋 copy color: '#585856'

red 88 ◦ green 88 ◦ blue 86

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

Shades of Ship Grey #585856

Tints of Ship Grey #585856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 33.59%
G = 33.59%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#585856 (or 0x585856) is known color: Ship Grey. HEX triplet: 58, 58 and 56. RGB value is (88,88,86). Sum of RGB (Red+Green+Blue) = 88+88+86=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585856 is #A7A7A9. Grayscale: #575757. Windows color (decimal): -10987434 or 5658712. OLE color: 5658712.

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

Color convert

RGB 88 88 86 -
CMYK 0 0 0.02 0.65
HSL 60º 0.01% 0.34% -
HSV(B) 60º 0.02% 0.35% -
XYZ 9.19 9.73 10.2 -
YUV 87.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 88 88 86 0 0 0.02 0.65 60 0.01 0.34
Hex 58 58 56 0 0 2 41 3C 1 22
Octal 130 130 126 0 0 2 101 74 1 42
Binary 1011000 1011000 1010110 0 0 10 1000001 111100 1 100010

Color Harmonies of #585856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585856

Black with #585856

Text Example


Text Example

White with #585856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585856; }

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

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

background-color css

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

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

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

border-color css

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

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

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