Html Css Color HEX #585850 Ship Grey

📋 copy color: '#585850'

red 88 ◦ green 88 ◦ blue 80

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

Shades of Ship Grey #585850

Tints of Ship Grey #585850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 34.38%
G = 34.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585850 (or 0x585850) is known color: Ship Grey. HEX triplet: 58, 58 and 50. RGB value is (88,88,80). Sum of RGB (Red+Green+Blue) = 88+88+80=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585850 is #A7A7AF. Grayscale: #575757. Windows color (decimal): -10987440 or 5265496. OLE color: 5265496.

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

Color convert

RGB 88 88 80 -
CMYK 0 0 0.09 0.65
HSL 60º 0.05% 0.33% -
HSV(B) 60º 0.09% 0.35% -
XYZ 8.96 9.63 8.98 -
YUV 87.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 88 88 80 0 0 0.09 0.65 60 0.05 0.33
Hex 58 58 50 0 0 9 41 3C 5 21
Octal 130 130 120 0 0 11 101 74 5 41
Binary 1011000 1011000 1010000 0 0 1001 1000001 111100 101 100001

Color Harmonies of #585850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585850

Black with #585850

Text Example


Text Example

White with #585850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585850; }

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

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

background-color css

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

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

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

border-color css

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

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

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