Html Css Color HEX #58566B Smoky

📋 copy color: '#58566B'

red 88 ◦ green 86 ◦ blue 107

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

Shades of Smoky #58566B

Tints of Smoky #58566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 31.32%
G = 30.6%
B = 38.08%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58566B (or 0x58566B) is known color: Smoky. HEX triplet: 58, 56 and 6B. RGB value is (88,86,107). Sum of RGB (Red+Green+Blue) = 88+86+107=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #58566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58566B is #A7A994. Grayscale: #585858. Windows color (decimal): -10987925 or 7034456. OLE color: 7034456.

HSL color Cylindrical-coordinate representation of color #58566B: hue angle of 245.71º 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 #58566B is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 86 107 -
CMYK 0.18 0.20 0 0.58
HSL 245.71º 0.11% 0.38% -
HSV(B) 245.71º 0.2% 0.42% -
XYZ 10.01 9.79 15.27 -
YUV 88.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 88 86 107 0.18 0.20 0 0.58 245.71 0.11 0.38
Hex 58 56 6B 12 14 0 3A F6 B 26
Octal 130 126 153 22 24 0 72 366 13 46
Binary 1011000 1010110 1101011 10010 10100 0 111010 11110110 1011 100110

Color Harmonies of #58566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58566B

Black with #58566B

Text Example


Text Example

White with #58566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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