Html Css Color HEX #58546C Smoky

📋 copy color: '#58546C'

red 88 ◦ green 84 ◦ blue 108

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

Shades of Smoky #58546C

Tints of Smoky #58546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 31.43%
G = 30%
B = 38.57%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58546C (or 0x58546C) is known color: Smoky. HEX triplet: 58, 54 and 6C. RGB value is (88,84,108). Sum of RGB (Red+Green+Blue) = 88+84+108=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #58546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58546C is #A7AB93. Grayscale: #575757. Windows color (decimal): -10988436 or 7099480. OLE color: 7099480.

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

Color convert

RGB 88 84 108 -
CMYK 0.19 0.22 0 0.58
HSL 250º 0.13% 0.38% -
HSV(B) 250º 0.22% 0.42% -
XYZ 9.9 9.5 15.5 -
YUV 87.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 88 84 108 0.19 0.22 0 0.58 250 0.13 0.38
Hex 58 54 6C 13 16 0 3A FA C 26
Octal 130 124 154 23 26 0 72 372 14 46
Binary 1011000 1010100 1101100 10011 10110 0 111010 11111010 1100 100110

Color Harmonies of #58546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58546C

Black with #58546C

Text Example


Text Example

White with #58546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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