Html Css Color HEX #58536E Smoky

📋 copy color: '#58536E'

red 88 ◦ green 83 ◦ blue 110

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

Shades of Smoky #58536E

Tints of Smoky #58536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 31.32%
G = 29.54%
B = 39.15%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58536E (or 0x58536E) is known color: Smoky. HEX triplet: 58, 53 and 6E. RGB value is (88,83,110). Sum of RGB (Red+Green+Blue) = 88+83+110=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #58536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58536E is #A7AC91. Grayscale: #575757. Windows color (decimal): -10988690 or 7230296. OLE color: 7230296.

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

Color convert

RGB 88 83 110 -
CMYK 0.2 0.25 0 0.57
HSL 251.11º 0.14% 0.38% -
HSV(B) 251.11º 0.25% 0.43% -
XYZ 9.93 9.39 16.04 -
YUV 87.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 88 83 110 0.2 0.25 0 0.57 251.11 0.14 0.38
Hex 58 53 6E 14 19 0 39 FB E 26
Octal 130 123 156 24 31 0 71 373 16 46
Binary 1011000 1010011 1101110 10100 11001 0 111001 11111011 1110 100110

Color Harmonies of #58536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58536E

Black with #58536E

Text Example


Text Example

White with #58536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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