Html Css Color HEX #58546E Smoky

📋 copy color: '#58546E'

red 88 ◦ green 84 ◦ blue 110

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

Shades of Smoky #58546E

Tints of Smoky #58546E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 31.21%
G = 29.79%
B = 39.01%

CMYK

 C value IS 0.2

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58546E (or 0x58546E) is known color: Smoky. HEX triplet: 58, 54 and 6E. RGB value is (88,84,110). Sum of RGB (Red+Green+Blue) = 88+84+110=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #58546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546E is #A7AB91. Grayscale: #585858. Windows color (decimal): -10988434 or 7230552. OLE color: 7230552.

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

Color convert

RGB 88 84 110 -
CMYK 0.2 0.24 0 0.57
HSL 249.23º 0.13% 0.38% -
HSV(B) 249.23º 0.24% 0.43% -
XYZ 10.01 9.54 16.07 -
YUV 88.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 88 84 110 0.2 0.24 0 0.57 249.23 0.13 0.38
Hex 58 54 6E 14 18 0 39 F9 D 26
Octal 130 124 156 24 30 0 71 371 15 46
Binary 1011000 1010100 1101110 10100 11000 0 111001 11111001 1101 100110

Color Harmonies of #58546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58546E

Black with #58546E

Text Example


Text Example

White with #58546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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