Html Css Color HEX #58546D Smoky

📋 copy color: '#58546D'

red 88 ◦ green 84 ◦ blue 109

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

Shades of Smoky #58546D

Tints of Smoky #58546D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 31.32%
G = 29.89%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58546D (or 0x58546D) is known color: Smoky. HEX triplet: 58, 54 and 6D. RGB value is (88,84,109). Sum of RGB (Red+Green+Blue) = 88+84+109=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #58546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546D is #A7AB92. Grayscale: #575757. Windows color (decimal): -10988435 or 7165016. OLE color: 7165016.

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

Color convert

RGB 88 84 109 -
CMYK 0.19 0.23 0 0.57
HSL 249.6º 0.13% 0.38% -
HSV(B) 249.6º 0.23% 0.43% -
XYZ 9.96 9.52 15.78 -
YUV 88.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 88 84 109 0.19 0.23 0 0.57 249.6 0.13 0.38
Hex 58 54 6D 13 17 0 39 FA D 26
Octal 130 124 155 23 27 0 71 372 15 46
Binary 1011000 1010100 1101101 10011 10111 0 111001 11111010 1101 100110

Color Harmonies of #58546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58546D

Black with #58546D

Text Example


Text Example

White with #58546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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