Html Css Color HEX #57526F Smoky

📋 copy color: '#57526F'

red 87 ◦ green 82 ◦ blue 111

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

Shades of Smoky #57526F

Tints of Smoky #57526F

RGB

 RED value IS 87 (34.38% from 255) = 31.07%

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

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

R = 31.07%
G = 29.29%
B = 39.64%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57526F (or 0x57526F) is known color: Smoky. HEX triplet: 57, 52 and 6F. RGB value is (87,82,111). Sum of RGB (Red+Green+Blue) = 87+82+111=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #57526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57526F is #A8AD90. Grayscale: #565656. Windows color (decimal): -11054481 or 7295575. OLE color: 7295575.

HSL color Cylindrical-coordinate representation of color #57526F: hue angle of 250.34º 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 #57526F is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 82 111 -
CMYK 0.22 0.26 0 0.56
HSL 250.34º 0.15% 0.38% -
HSV(B) 250.34º 0.26% 0.44% -
XYZ 9.82 9.21 16.3 -
YUV 86.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 87 82 111 0.22 0.26 0 0.56 250.34 0.15 0.38
Hex 57 52 6F 16 1A 0 38 FA F 26
Octal 127 122 157 26 32 0 70 372 17 46
Binary 1010111 1010010 1101111 10110 11010 0 111000 11111010 1111 100110

Color Harmonies of #57526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57526F

Black with #57526F

Text Example


Text Example

White with #57526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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