Html Css Color HEX #585575 Smoky

📋 copy color: '#585575'

red 88 ◦ green 85 ◦ blue 117

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

Shades of Smoky #585575

Tints of Smoky #585575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 30.34%
G = 29.31%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585575 (or 0x585575) is known color: Smoky. HEX triplet: 58, 55 and 75. RGB value is (88,85,117). Sum of RGB (Red+Green+Blue) = 88+85+117=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #585575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585575 is #A7AA8A. Grayscale: #595959. Windows color (decimal): -10988171 or 7689560. OLE color: 7689560.

HSL color Cylindrical-coordinate representation of color #585575: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585575 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 85 117 -
CMYK 0.25 0.27 0 0.54
HSL 245.63º 0.16% 0.4% -
HSV(B) 245.63º 0.27% 0.46% -
XYZ 10.48 9.86 18.18 -
YUV 89.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 88 85 117 0.25 0.27 0 0.54 245.63 0.16 0.4
Hex 58 55 75 19 1B 0 36 F6 10 28
Octal 130 125 165 31 33 0 66 366 20 50
Binary 1011000 1010101 1110101 11001 11011 0 110110 11110110 10000 101000

Color Harmonies of #585575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585575

Black with #585575

Text Example


Text Example

White with #585575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585575; }

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

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

background-color css

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

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

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

border-color css

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

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

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