#575268

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

Shades of Smoky #575268

Tints of Smoky #575268

Color information

#575268 (or 0x575268) is unknown color: approx Smoky. HEX triplet: 57, 52 and 68. RGB value is (87,82,104). Sum of RGB (Red+Green+Blue) = 87+82+104=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #575268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575268 is #A8AD97. Grayscale: #555555. Windows color (decimal): -11054488 or 6836823. OLE color: 6836823.

HSL color Cylindrical-coordinate representation of color #575268: hue angle of 253.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575268 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8782104-
CMYK0.160.2100.59
HSL253.64º11.83%36.47%-
HSV(B)253.64º21.15%40.78%-
XYZ9.459.0614.35-
YUV86138.16128.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=31.87%
G=30.04%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87821040.160.2100.59253.6411.8336.47
Hex575268101503Bfec24
Octal12712215020250733761444
Binary10101111010010110100010000101010111011111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575268; }

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

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

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

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

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

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

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

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