Html Css Color HEX #58556A Smoky

📋 copy color: '#58556A'

red 88 ◦ green 85 ◦ blue 106

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

Shades of Smoky #58556A

Tints of Smoky #58556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 31.54%
G = 30.47%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58556A (or 0x58556A) is known color: Smoky. HEX triplet: 58, 55 and 6A. RGB value is (88,85,106). Sum of RGB (Red+Green+Blue) = 88+85+106=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #58556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58556A is #A7AA95. Grayscale: #585858. Windows color (decimal): -10988182 or 6968664. OLE color: 6968664.

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

Color convert

RGB 88 85 106 -
CMYK 0.17 0.20 0 0.58
HSL 248.57º 0.11% 0.37% -
HSV(B) 248.57º 0.2% 0.42% -
XYZ 9.87 9.61 14.97 -
YUV 88.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 88 85 106 0.17 0.20 0 0.58 248.57 0.11 0.37
Hex 58 55 6A 11 14 0 3A F9 B 25
Octal 130 125 152 21 24 0 72 371 13 45
Binary 1011000 1010101 1101010 10001 10100 0 111010 11111001 1011 100101

Color Harmonies of #58556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58556A

Black with #58556A

Text Example


Text Example

White with #58556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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