Html Css Color HEX #58556E Smoky

📋 copy color: '#58556E'

red 88 ◦ green 85 ◦ blue 110

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

Shades of Smoky #58556E

Tints of Smoky #58556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 31.1%
G = 30.04%
B = 38.87%

CMYK

 C value IS 0.2

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58556E (or 0x58556E) is known color: Smoky. HEX triplet: 58, 55 and 6E. RGB value is (88,85,110). Sum of RGB (Red+Green+Blue) = 88+85+110=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #58556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58556E is #A7AA91. Grayscale: #585858. Windows color (decimal): -10988178 or 7230808. OLE color: 7230808.

HSL color Cylindrical-coordinate representation of color #58556E: hue angle of 247.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58556E is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 85 110 -
CMYK 0.2 0.23 0 0.57
HSL 247.2º 0.13% 0.38% -
HSV(B) 247.2º 0.23% 0.43% -
XYZ 10.09 9.7 16.09 -
YUV 88.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 88 85 110 0.2 0.23 0 0.57 247.2 0.13 0.38
Hex 58 55 6E 14 17 0 39 F7 D 26
Octal 130 125 156 24 27 0 71 367 15 46
Binary 1011000 1010101 1101110 10100 10111 0 111001 11110111 1101 100110

Color Harmonies of #58556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58556E

Black with #58556E

Text Example


Text Example

White with #58556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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