Html Css Color HEX #57526E Smoky

📋 copy color: '#57526E'

red 87 ◦ green 82 ◦ blue 110

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

Shades of Smoky #57526E

Tints of Smoky #57526E

RGB

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

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

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

R = 31.18%
G = 29.39%
B = 39.43%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57526E (or 0x57526E) is known color: Smoky. HEX triplet: 57, 52 and 6E. RGB value is (87,82,110). Sum of RGB (Red+Green+Blue) = 87+82+110=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #57526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57526E is #A8AD91. Grayscale: #565656. Windows color (decimal): -11054482 or 7230039. OLE color: 7230039.

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

Color convert

RGB 87 82 110 -
CMYK 0.21 0.25 0 0.57
HSL 250.71º 0.15% 0.38% -
HSV(B) 250.71º 0.25% 0.43% -
XYZ 9.76 9.19 16.01 -
YUV 86.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 87 82 110 0.21 0.25 0 0.57 250.71 0.15 0.38
Hex 57 52 6E 15 19 0 39 FB F 26
Octal 127 122 156 25 31 0 71 373 17 46
Binary 1010111 1010010 1101110 10101 11001 0 111001 11111011 1111 100110

Color Harmonies of #57526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57526E

Black with #57526E

Text Example


Text Example

White with #57526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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