Html Css Color HEX #585464 Smoky

📋 copy color: '#585464'

red 88 ◦ green 84 ◦ blue 100

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

Shades of Smoky #585464

Tints of Smoky #585464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 32.35%
G = 30.88%
B = 36.76%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585464 (or 0x585464) is known color: Smoky. HEX triplet: 58, 54 and 64. RGB value is (88,84,100). Sum of RGB (Red+Green+Blue) = 88+84+100=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #585464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585464 is #A7AB9B. Grayscale: #565656. Windows color (decimal): -10988444 or 6575192. OLE color: 6575192.

HSL color Cylindrical-coordinate representation of color #585464: hue angle of 255º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585464 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 84 100 -
CMYK 0.12 0.16 0 0.61
HSL 255º 0.09% 0.36% -
HSV(B) 255º 0.16% 0.39% -
XYZ 9.5 9.34 13.36 -
YUV 87.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 88 84 100 0.12 0.16 0 0.61 255 0.09 0.36
Hex 58 54 64 C 10 0 3D FF 9 24
Octal 130 124 144 14 20 0 75 377 11 44
Binary 1011000 1010100 1100100 1100 10000 0 111101 11111111 1001 100100

Color Harmonies of #585464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585464

Black with #585464

Text Example


Text Example

White with #585464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585464; }

 p { color: rgb(88,84,100); }

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

background-color css

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

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

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

border-color css

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

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

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