#576468

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

Shades of Smalt Blue #576468

Tints of Smalt Blue #576468

Color information

#576468 (or 0x576468) is unknown color: approx Smalt Blue. HEX triplet: 57, 64 and 68. RGB value is (87,100,104). Sum of RGB (Red+Green+Blue) = 87+100+104=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #576468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576468 is #A89B97. Grayscale: #606060. Windows color (decimal): -11049880 or 6841431. OLE color: 6841431.

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

Color convert

RGB87100104-
CMYK0.160.0400.59
HSL194.12º8.9%37.45%-
HSV(B)194.12º16.35%40.78%-
XYZ10.9912.1414.86-
YUV96.57132.19121.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=29.90%
G=34.36%
B=35.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal871001040.160.0400.59194.128.937.45
Hex57646810403Bc2925
Octal1271441502040733021145
Binary101011111001001101000100001000111011110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576468; }

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

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

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

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

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

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

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

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