Html Css Color HEX #57526D Smoky

📋 copy color: '#57526D'

red 87 ◦ green 82 ◦ blue 109

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

Shades of Smoky #57526D

Tints of Smoky #57526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 31.29%
G = 29.5%
B = 39.21%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57526D (or 0x57526D) is known color: Smoky. HEX triplet: 57, 52 and 6D. RGB value is (87,82,109). Sum of RGB (Red+Green+Blue) = 87+82+109=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #57526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57526D is #A8AD92. Grayscale: #565656. Windows color (decimal): -11054483 or 7164503. OLE color: 7164503.

HSL color Cylindrical-coordinate representation of color #57526D: hue angle of 251.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57526D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 82 109 -
CMYK 0.20 0.25 0 0.57
HSL 251.11º 0.14% 0.37% -
HSV(B) 251.11º 0.25% 0.43% -
XYZ 9.71 9.16 15.73 -
YUV 86.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 87 82 109 0.20 0.25 0 0.57 251.11 0.14 0.37
Hex 57 52 6D 14 19 0 39 FB E 25
Octal 127 122 155 24 31 0 71 373 16 45
Binary 1010111 1010010 1101101 10100 11001 0 111001 11111011 1110 100101

Color Harmonies of #57526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57526D

Black with #57526D

Text Example


Text Example

White with #57526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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