#54676D

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

Shades of Smalt Blue #54676D

Tints of Smalt Blue #54676D

Color information

#54676D (or 0x54676D) is unknown color: approx Smalt Blue. HEX triplet: 54, 67 and 6D. RGB value is (84,103,109). Sum of RGB (Red+Green+Blue) = 84+103+109=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #54676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54676D is #AB9892. Grayscale: #616161. Windows color (decimal): -11245715 or 7169876. OLE color: 7169876.

HSL color Cylindrical-coordinate representation of color #54676D: hue angle of 194.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54676D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB84103109-
CMYK0.230.0600.57
HSL194.4º12.95%37.84%-
HSV(B)194.4º22.94%42.75%-
XYZ11.2712.6916.32-
YUV98134.21118.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=28.38%
G=34.80%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal841031090.230.0600.57194.412.9537.84
Hex54676D176039c2d26
Octal1241471552760713021546
Binary101010011001111101101101111100111001110000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54676D; }

 p { color: rgb(84,103,109); }

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

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

 a { background-color: rgb(84,103,109); }

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

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

 span { border-color: rgb(84,103,109); }

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