Html Css Color HEX #58556C Smoky

📋 copy color: '#58556C'

red 88 ◦ green 85 ◦ blue 108

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

Shades of Smoky #58556C

Tints of Smoky #58556C

RGB

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

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

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

R = 31.32%
G = 30.25%
B = 38.43%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58556C (or 0x58556C) is known color: Smoky. HEX triplet: 58, 55 and 6C. RGB value is (88,85,108). Sum of RGB (Red+Green+Blue) = 88+85+108=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #58556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58556C is #A7AA93. Grayscale: #585858. Windows color (decimal): -10988180 or 7099736. OLE color: 7099736.

HSL color Cylindrical-coordinate representation of color #58556C: hue angle of 247.83º degrees, saturation: 0.12, 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 #58556C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 85 108 -
CMYK 0.19 0.21 0 0.58
HSL 247.83º 0.12% 0.38% -
HSV(B) 247.83º 0.21% 0.42% -
XYZ 9.98 9.65 15.52 -
YUV 88.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 88 85 108 0.19 0.21 0 0.58 247.83 0.12 0.38
Hex 58 55 6C 13 15 0 3A F8 C 26
Octal 130 125 154 23 25 0 72 370 14 46
Binary 1011000 1010101 1101100 10011 10101 0 111010 11111000 1100 100110

Color Harmonies of #58556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58556C

Black with #58556C

Text Example


Text Example

White with #58556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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