Html Css Color HEX #58546A Smoky

📋 copy color: '#58546A'

red 88 ◦ green 84 ◦ blue 106

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

Shades of Smoky #58546A

Tints of Smoky #58546A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 31.65%
G = 30.22%
B = 38.13%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58546A (or 0x58546A) is known color: Smoky. HEX triplet: 58, 54 and 6A. RGB value is (88,84,106). Sum of RGB (Red+Green+Blue) = 88+84+106=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #58546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546A is #A7AB95. Grayscale: #575757. Windows color (decimal): -10988438 or 6968408. OLE color: 6968408.

HSL color Cylindrical-coordinate representation of color #58546A: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58546A is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 84 106 -
CMYK 0.17 0.21 0 0.58
HSL 250.91º 0.12% 0.37% -
HSV(B) 250.91º 0.21% 0.42% -
XYZ 9.8 9.46 14.94 -
YUV 87.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 88 84 106 0.17 0.21 0 0.58 250.91 0.12 0.37
Hex 58 54 6A 11 15 0 3A FB C 25
Octal 130 124 152 21 25 0 72 373 14 45
Binary 1011000 1010100 1101010 10001 10101 0 111010 11111011 1100 100101

Color Harmonies of #58546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58546A

Black with #58546A

Text Example


Text Example

White with #58546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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