Html Css Color HEX #585855 Ship Grey

📋 copy color: '#585855'

red 88 ◦ green 88 ◦ blue 85

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

Shades of Ship Grey #585855

Tints of Ship Grey #585855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 33.72%
G = 33.72%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#585855 (or 0x585855) is known color: Ship Grey. HEX triplet: 58, 58 and 55. RGB value is (88,88,85). Sum of RGB (Red+Green+Blue) = 88+88+85=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585855 is #A7A7AA. Grayscale: #575757. Windows color (decimal): -10987435 or 5593176. OLE color: 5593176.

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

Color convert

RGB 88 88 85 -
CMYK 0 0 0.03 0.65
HSL 60º 0.02% 0.34% -
HSV(B) 60º 0.03% 0.35% -
XYZ 9.15 9.71 9.99 -
YUV 87.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 88 88 85 0 0 0.03 0.65 60 0.02 0.34
Hex 58 58 55 0 0 3 41 3C 2 22
Octal 130 130 125 0 0 3 101 74 2 42
Binary 1011000 1011000 1010101 0 0 11 1000001 111100 10 100010

Color Harmonies of #585855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585855

Black with #585855

Text Example


Text Example

White with #585855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585855; }

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

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

background-color css

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

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

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

border-color css

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

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

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