Html Css Color HEX #585666 Smoky

📋 copy color: '#585666'

red 88 ◦ green 86 ◦ blue 102

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

Shades of Smoky #585666

Tints of Smoky #585666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 31.88%
G = 31.16%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585666 (or 0x585666) is known color: Smoky. HEX triplet: 58, 56 and 66. RGB value is (88,86,102). Sum of RGB (Red+Green+Blue) = 88+86+102=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 102 - color contains mainly: blue. Hex color #585666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585666 is #A7A999. Grayscale: #585858. Windows color (decimal): -10987930 or 6706776. OLE color: 6706776.

HSL color Cylindrical-coordinate representation of color #585666: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585666 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 86 102 -
CMYK 0.14 0.16 0 0.6
HSL 247.5º 0.09% 0.37% -
HSV(B) 247.5º 0.16% 0.4% -
XYZ 9.75 9.69 13.93 -
YUV 88.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 88 86 102 0.14 0.16 0 0.6 247.5 0.09 0.37
Hex 58 56 66 E 10 0 3C F8 9 25
Octal 130 126 146 16 20 0 74 370 11 45
Binary 1011000 1010110 1100110 1110 10000 0 111100 11111000 1001 100101

Color Harmonies of #585666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585666

Black with #585666

Text Example


Text Example

White with #585666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585666; }

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

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

background-color css

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

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

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

border-color css

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

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

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