Html Css Color HEX #585576 Smoky

📋 copy color: '#585576'

red 88 ◦ green 85 ◦ blue 118

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

Shades of Smoky #585576

Tints of Smoky #585576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 30.24%
G = 29.21%
B = 40.55%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585576 (or 0x585576) is known color: Smoky. HEX triplet: 58, 55 and 76. RGB value is (88,85,118). Sum of RGB (Red+Green+Blue) = 88+85+118=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #585576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585576 is #A7AA89. Grayscale: #595959. Windows color (decimal): -10988170 or 7755096. OLE color: 7755096.

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

Color convert

RGB 88 85 118 -
CMYK 0.25 0.28 0 0.54
HSL 245.45º 0.16% 0.4% -
HSV(B) 245.45º 0.28% 0.46% -
XYZ 10.54 9.88 18.49 -
YUV 89.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 88 85 118 0.25 0.28 0 0.54 245.45 0.16 0.4
Hex 58 55 76 19 1C 0 36 F5 10 28
Octal 130 125 166 31 34 0 66 365 20 50
Binary 1011000 1010101 1110110 11001 11100 0 110110 11110101 10000 101000

Color Harmonies of #585576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585576

Black with #585576

Text Example


Text Example

White with #585576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585576; }

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

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

background-color css

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

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

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

border-color css

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

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

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