#575266

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

Shades of Smoky #575266

Tints of Smoky #575266

Color information

#575266 (or 0x575266) is unknown color: approx Smoky. HEX triplet: 57, 52 and 66. RGB value is (87,82,102). Sum of RGB (Red+Green+Blue) = 87+82+102=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #575266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575266 is #A8AD99. Grayscale: #555555. Windows color (decimal): -11054490 or 6705751. OLE color: 6705751.

HSL color Cylindrical-coordinate representation of color #575266: hue angle of 255º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575266 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8782102-
CMYK0.150.2000.6
HSL255º10.87%36.08%-
HSV(B)255º19.61%40%-
XYZ9.359.0213.82-
YUV85.78137.16128.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=32.10%
G=30.26%
B=37.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87821020.150.2000.625510.8736.08
Hex575266F1403Cffb24
Octal12712214617240743771344
Binary1010111101001011001101111101000111100111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575266; }

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

 H1.HeaderClassName
 {
   color: #575266;
 }
 .AnyTagClassName
 {
   color: #575266;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #575266;
 }
 .BgClassName
 {
   background-color: #575266;
 }
</style>
border-color css

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

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

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