Html Css Color HEX #58526F Smoky

📋 copy color: '#58526F'

red 88 ◦ green 82 ◦ blue 111

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

Shades of Smoky #58526F

Tints of Smoky #58526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 31.32%
G = 29.18%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58526F (or 0x58526F) is known color: Smoky. HEX triplet: 58, 52 and 6F. RGB value is (88,82,111). Sum of RGB (Red+Green+Blue) = 88+82+111=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #58526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58526F is #A7AD90. Grayscale: #565656. Windows color (decimal): -10988945 or 7295576. OLE color: 7295576.

HSL color Cylindrical-coordinate representation of color #58526F: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58526F is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 82 111 -
CMYK 0.21 0.26 0 0.56
HSL 252.41º 0.15% 0.38% -
HSV(B) 252.41º 0.26% 0.44% -
XYZ 9.91 9.26 16.3 -
YUV 87.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 88 82 111 0.21 0.26 0 0.56 252.41 0.15 0.38
Hex 58 52 6F 15 1A 0 38 FC F 26
Octal 130 122 157 25 32 0 70 374 17 46
Binary 1011000 1010010 1101111 10101 11010 0 111000 11111100 1111 100110

Color Harmonies of #58526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58526F

Black with #58526F

Text Example


Text Example

White with #58526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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