Html Css Color HEX #57526A Smoky

📋 copy color: '#57526A'

red 87 ◦ green 82 ◦ blue 106

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

Shades of Smoky #57526A

Tints of Smoky #57526A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 31.64%
G = 29.82%
B = 38.55%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57526A (or 0x57526A) is known color: Smoky. HEX triplet: 57, 52 and 6A. RGB value is (87,82,106). Sum of RGB (Red+Green+Blue) = 87+82+106=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #57526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57526A is #A8AD95. Grayscale: #565656. Windows color (decimal): -11054486 or 6967895. OLE color: 6967895.

HSL color Cylindrical-coordinate representation of color #57526A: hue angle of 252.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57526A is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 82 106 -
CMYK 0.18 0.23 0 0.58
HSL 252.5º 0.13% 0.37% -
HSV(B) 252.5º 0.23% 0.42% -
XYZ 9.55 9.1 14.89 -
YUV 86.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 87 82 106 0.18 0.23 0 0.58 252.5 0.13 0.37
Hex 57 52 6A 12 17 0 3A FD D 25
Octal 127 122 152 22 27 0 72 375 15 45
Binary 1010111 1010010 1101010 10010 10111 0 111010 11111101 1101 100101

Color Harmonies of #57526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57526A

Black with #57526A

Text Example


Text Example

White with #57526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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