Html Css Color HEX #58566C Smoky

📋 copy color: '#58566C'

red 88 ◦ green 86 ◦ blue 108

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

Shades of Smoky #58566C

Tints of Smoky #58566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 31.21%
G = 30.5%
B = 38.3%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58566C (or 0x58566C) is known color: Smoky. HEX triplet: 58, 56 and 6C. RGB value is (88,86,108). Sum of RGB (Red+Green+Blue) = 88+86+108=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #58566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566C is #A7A993. Grayscale: #595959. Windows color (decimal): -10987924 or 7099992. OLE color: 7099992.

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

Color convert

RGB 88 86 108 -
CMYK 0.19 0.20 0 0.58
HSL 245.45º 0.11% 0.38% -
HSV(B) 245.45º 0.2% 0.42% -
XYZ 10.06 9.81 15.55 -
YUV 89.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 88 86 108 0.19 0.20 0 0.58 245.45 0.11 0.38
Hex 58 56 6C 13 14 0 3A F5 B 26
Octal 130 126 154 23 24 0 72 365 13 46
Binary 1011000 1010110 1101100 10011 10100 0 111010 11110101 1011 100110

Color Harmonies of #58566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58566C

Black with #58566C

Text Example


Text Example

White with #58566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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