Html Css Color HEX #58526E Smoky

📋 copy color: '#58526E'

red 88 ◦ green 82 ◦ blue 110

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

Shades of Smoky #58526E

Tints of Smoky #58526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 31.43%
G = 29.29%
B = 39.29%

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

#58526E (or 0x58526E) is known color: Smoky. HEX triplet: 58, 52 and 6E. RGB value is (88,82,110). Sum of RGB (Red+Green+Blue) = 88+82+110=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #58526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58526E is #A7AD91. Grayscale: #565656. Windows color (decimal): -10988946 or 7230040. OLE color: 7230040.

HSL color Cylindrical-coordinate representation of color #58526E: hue angle of 252.86º degrees, saturation: 0.15, 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 #58526E is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 82 110 -
CMYK 0.2 0.25 0 0.57
HSL 252.86º 0.15% 0.38% -
HSV(B) 252.86º 0.25% 0.43% -
XYZ 9.86 9.24 16.01 -
YUV 86.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 88 82 110 0.2 0.25 0 0.57 252.86 0.15 0.38
Hex 58 52 6E 14 19 0 39 FD F 26
Octal 130 122 156 24 31 0 71 375 17 46
Binary 1011000 1010010 1101110 10100 11001 0 111001 11111101 1111 100110

Color Harmonies of #58526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58526E

Black with #58526E

Text Example


Text Example

White with #58526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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