Html Css Color HEX #58526C Smoky

📋 copy color: '#58526C'

red 88 ◦ green 82 ◦ blue 108

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

Shades of Smoky #58526C

Tints of Smoky #58526C

RGB

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

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

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

R = 31.65%
G = 29.5%
B = 38.85%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58526C (or 0x58526C) is known color: Smoky. HEX triplet: 58, 52 and 6C. RGB value is (88,82,108). Sum of RGB (Red+Green+Blue) = 88+82+108=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #58526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58526C is #A7AD93. Grayscale: #565656. Windows color (decimal): -10988948 or 7098968. OLE color: 7098968.

HSL color Cylindrical-coordinate representation of color #58526C: hue angle of 253.85º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58526C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 82 108 -
CMYK 0.19 0.24 0 0.58
HSL 253.85º 0.14% 0.37% -
HSV(B) 253.85º 0.24% 0.42% -
XYZ 9.75 9.19 15.45 -
YUV 86.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 88 82 108 0.19 0.24 0 0.58 253.85 0.14 0.37
Hex 58 52 6C 13 18 0 3A FE E 25
Octal 130 122 154 23 30 0 72 376 16 45
Binary 1011000 1010010 1101100 10011 11000 0 111010 11111110 1110 100101

Color Harmonies of #58526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58526C

Black with #58526C

Text Example


Text Example

White with #58526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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