Html Css Color HEX #58516D Smoky

📋 copy color: '#58516D'

red 88 ◦ green 81 ◦ blue 109

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

Shades of Smoky #58516D

Tints of Smoky #58516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 31.65%
G = 29.14%
B = 39.21%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58516D (or 0x58516D) is known color: Smoky. HEX triplet: 58, 51 and 6D. RGB value is (88,81,109). Sum of RGB (Red+Green+Blue) = 88+81+109=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #58516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58516D is #A7AE92. Grayscale: #565656. Windows color (decimal): -10989203 or 7164248. OLE color: 7164248.

HSL color Cylindrical-coordinate representation of color #58516D: hue angle of 255º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58516D is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 81 109 -
CMYK 0.19 0.26 0 0.57
HSL 255º 0.15% 0.37% -
HSV(B) 255º 0.26% 0.43% -
XYZ 9.73 9.06 15.7 -
YUV 86.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 88 81 109 0.19 0.26 0 0.57 255 0.15 0.37
Hex 58 51 6D 13 1A 0 39 FF F 25
Octal 130 121 155 23 32 0 71 377 17 45
Binary 1011000 1010001 1101101 10011 11010 0 111001 11111111 1111 100101

Color Harmonies of #58516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58516D

Black with #58516D

Text Example


Text Example

White with #58516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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