Html Css Color HEX #58566E Smoky

📋 copy color: '#58566E'

red 88 ◦ green 86 ◦ blue 110

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

Shades of Smoky #58566E

Tints of Smoky #58566E

RGB

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

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

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

R = 30.99%
G = 30.28%
B = 38.73%

CMYK

 C value IS 0.2

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58566E (or 0x58566E) is known color: Smoky. HEX triplet: 58, 56 and 6E. RGB value is (88,86,110). Sum of RGB (Red+Green+Blue) = 88+86+110=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #58566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566E is #A7A991. Grayscale: #595959. Windows color (decimal): -10987922 or 7231064. OLE color: 7231064.

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

Color convert

RGB 88 86 110 -
CMYK 0.2 0.22 0 0.57
HSL 245º 0.12% 0.38% -
HSV(B) 245º 0.22% 0.43% -
XYZ 10.17 9.86 16.12 -
YUV 89.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 88 86 110 0.2 0.22 0 0.57 245 0.12 0.38
Hex 58 56 6E 14 16 0 39 F5 C 26
Octal 130 126 156 24 26 0 71 365 14 46
Binary 1011000 1010110 1101110 10100 10110 0 111001 11110101 1100 100110

Color Harmonies of #58566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58566E

Black with #58566E

Text Example


Text Example

White with #58566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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