#575468

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

Shades of Smoky #575468

Tints of Smoky #575468

Color information

#575468 (or 0x575468) is unknown color: approx Smoky. HEX triplet: 57, 54 and 68. RGB value is (87,84,104). Sum of RGB (Red+Green+Blue) = 87+84+104=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #575468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575468 is #A8AB97. Grayscale: #575757. Windows color (decimal): -11053976 or 6837335. OLE color: 6837335.

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

Color convert

RGB8784104-
CMYK0.160.1900.59
HSL249º10.64%36.86%-
HSV(B)249º19.23%40.78%-
XYZ9.69.3714.4-
YUV87.18137.49127.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=31.64%
G=30.55%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87841040.160.1900.5924910.6436.86
Hex575468101303Bf9b25
Octal12712415020230733711345
Binary10101111010100110100010000100110111011111110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575468; }

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

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

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

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

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

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

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

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