#57526A

Color #57526A Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #57526A

Tints of Smoky #57526A

Color information

#57526A (or 0x57526A) is unknown color: approx 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

RGB8782106-
CMYK0.180.2300.58
HSL252.5º12.77%36.86%-
HSV(B)252.5º22.64%41.57%-
XYZ9.559.114.89-
YUV86.23139.16128.55-

RGB Variations

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

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.80% from 255) = 38.55%
R=31.64%
G=29.82%
B=38.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87821060.180.2300.58252.512.7736.86
Hex57526A121703Afcd25
Octal12712215222270723741545
Binary10101111010010110101010010101110111010111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>