Html Css Color HEX #585860 Smoky

📋 copy color: '#585860'

red 88 ◦ green 88 ◦ blue 96

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

Shades of Smoky #585860

Tints of Smoky #585860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 32.35%
G = 32.35%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585860 (or 0x585860) is known color: Smoky. HEX triplet: 58, 58 and 60. RGB value is (88,88,96). Sum of RGB (Red+Green+Blue) = 88+88+96=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #585860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585860 is #A7A79F. Grayscale: #585858. Windows color (decimal): -10987424 or 6314072. OLE color: 6314072.

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

Color convert

RGB 88 88 96 -
CMYK 0.08 0.08 0 0.62
HSL 240º 0.04% 0.36% -
HSV(B) 240º 0.08% 0.38% -
XYZ 9.63 9.9 12.47 -
YUV 88.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 88 88 96 0.08 0.08 0 0.62 240 0.04 0.36
Hex 58 58 60 8 8 0 3E F0 4 24
Octal 130 130 140 10 10 0 76 360 4 44
Binary 1011000 1011000 1100000 1000 1000 0 111110 11110000 100 100100

Color Harmonies of #585860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585860

Black with #585860

Text Example


Text Example

White with #585860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585860; }

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

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

background-color css

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

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

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

border-color css

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

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

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