Html Css Color HEX #58546F Smoky

📋 copy color: '#58546F'

red 88 ◦ green 84 ◦ blue 111

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

Shades of Smoky #58546F

Tints of Smoky #58546F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 31.1%
G = 29.68%
B = 39.22%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58546F (or 0x58546F) is known color: Smoky. HEX triplet: 58, 54 and 6F. RGB value is (88,84,111). Sum of RGB (Red+Green+Blue) = 88+84+111=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #58546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546F is #A7AB90. Grayscale: #585858. Windows color (decimal): -10988433 or 7296088. OLE color: 7296088.

HSL color Cylindrical-coordinate representation of color #58546F: hue angle of 248.89º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58546F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 84 111 -
CMYK 0.21 0.24 0 0.56
HSL 248.89º 0.14% 0.38% -
HSV(B) 248.89º 0.24% 0.44% -
XYZ 10.06 9.56 16.35 -
YUV 88.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 88 84 111 0.21 0.24 0 0.56 248.89 0.14 0.38
Hex 58 54 6F 15 18 0 38 F9 E 26
Octal 130 124 157 25 30 0 70 371 16 46
Binary 1011000 1010100 1101111 10101 11000 0 111000 11111001 1110 100110

Color Harmonies of #58546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58546F

Black with #58546F

Text Example


Text Example

White with #58546F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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