Html Css Color HEX #58556B Smoky

📋 copy color: '#58556B'

red 88 ◦ green 85 ◦ blue 107

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

Shades of Smoky #58556B

Tints of Smoky #58556B

RGB

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

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

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

R = 31.43%
G = 30.36%
B = 38.21%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58556B (or 0x58556B) is known color: Smoky. HEX triplet: 58, 55 and 6B. RGB value is (88,85,107). Sum of RGB (Red+Green+Blue) = 88+85+107=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #58556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58556B is #A7AA94. Grayscale: #585858. Windows color (decimal): -10988181 or 7034200. OLE color: 7034200.

HSL color Cylindrical-coordinate representation of color #58556B: hue angle of 248.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58556B is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 85 107 -
CMYK 0.18 0.21 0 0.58
HSL 248.18º 0.11% 0.38% -
HSV(B) 248.18º 0.21% 0.42% -
XYZ 9.93 9.63 15.25 -
YUV 88.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 88 85 107 0.18 0.21 0 0.58 248.18 0.11 0.38
Hex 58 55 6B 12 15 0 3A F8 B 26
Octal 130 125 153 22 25 0 72 370 13 46
Binary 1011000 1010101 1101011 10010 10101 0 111010 11111000 1011 100110

Color Harmonies of #58556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58556B

Black with #58556B

Text Example


Text Example

White with #58556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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