#546064

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

Shades of Smalt Blue #546064

Tints of Smalt Blue #546064

Color information

#546064 (or 0x546064) is unknown color: approx Smalt Blue. HEX triplet: 54, 60 and 64. RGB value is (84,96,100). Sum of RGB (Red+Green+Blue) = 84+96+100=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 100 - color contains mainly: blue. Hex color #546064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546064 is #AB9F9B. Grayscale: #5C5C5C. Windows color (decimal): -11247516 or 6578260. OLE color: 6578260.

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

Color convert

RGB8496100-
CMYK0.160.0400.61
HSL195º8.7%36.08%-
HSV(B)195º16%39.22%-
XYZ10.1411.1713.68-
YUV92.87132.02121.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=30%
G=34.29%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84961000.160.0400.611958.736.08
Hex54606410403Dc3924
Octal1241401442040753031144
Binary101010011000001100100100001000111101110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546064; }

 p { color: rgb(84,96,100); }

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

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

 a { background-color: rgb(84,96,100); }

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

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

 span { border-color: rgb(84,96,100); }

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