Html Css Color HEX #585564 Smoky

📋 copy color: '#585564'

red 88 ◦ green 85 ◦ blue 100

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

Shades of Smoky #585564

Tints of Smoky #585564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

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

R = 32.23%
G = 31.14%
B = 36.63%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585564 (or 0x585564) is known color: Smoky. HEX triplet: 58, 55 and 64. RGB value is (88,85,100). Sum of RGB (Red+Green+Blue) = 88+85+100=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 100 - color contains mainly: blue. Hex color #585564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585564 is #A7AA9B. Grayscale: #575757. Windows color (decimal): -10988188 or 6575448. OLE color: 6575448.

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

Color convert

RGB 88 85 100 -
CMYK 0.12 0.15 0 0.61
HSL 252º 0.08% 0.36% -
HSV(B) 252º 0.15% 0.39% -
XYZ 9.57 9.49 13.38 -
YUV 87.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 88 85 100 0.12 0.15 0 0.61 252 0.08 0.36
Hex 58 55 64 C F 0 3D FC 8 24
Octal 130 125 144 14 17 0 75 374 10 44
Binary 1011000 1010101 1100100 1100 1111 0 111101 11111100 1000 100100

Color Harmonies of #585564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585564

Black with #585564

Text Example


Text Example

White with #585564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585564; }

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

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

background-color css

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

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

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

border-color css

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

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

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