Html Css Color HEX #58516C Smoky

📋 copy color: '#58516C'

red 88 ◦ green 81 ◦ blue 108

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

Shades of Smoky #58516C

Tints of Smoky #58516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 31.77%
G = 29.24%
B = 38.99%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58516C (or 0x58516C) is known color: Smoky. HEX triplet: 58, 51 and 6C. RGB value is (88,81,108). Sum of RGB (Red+Green+Blue) = 88+81+108=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #58516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58516C is #A7AE93. Grayscale: #565656. Windows color (decimal): -10989204 or 7098712. OLE color: 7098712.

HSL color Cylindrical-coordinate representation of color #58516C: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58516C is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 81 108 -
CMYK 0.19 0.25 0 0.58
HSL 255.56º 0.14% 0.37% -
HSV(B) 255.56º 0.25% 0.42% -
XYZ 9.67 9.04 15.42 -
YUV 86.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 88 81 108 0.19 0.25 0 0.58 255.56 0.14 0.37
Hex 58 51 6C 13 19 0 3A 100 E 25
Octal 130 121 154 23 31 0 72 400 16 45
Binary 1011000 1010001 1101100 10011 11001 0 111010 100000000 1110 100101

Color Harmonies of #58516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58516C

Black with #58516C

Text Example


Text Example

White with #58516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58516C; }

 p { color: rgb(88,81,108); }

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

background-color css

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

 a { background-color: rgb(88,81,108); }

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

border-color css

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

 span { border-color: rgb(88,81,108); }

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