#54666D

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

Shades of Smalt Blue #54666D

Tints of Smalt Blue #54666D

Color information

#54666D (or 0x54666D) is unknown color: approx Smalt Blue. HEX triplet: 54, 66 and 6D. RGB value is (84,102,109). Sum of RGB (Red+Green+Blue) = 84+102+109=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #54666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666D is #AB9992. Grayscale: #616161. Windows color (decimal): -11245971 or 7169620. OLE color: 7169620.

HSL color Cylindrical-coordinate representation of color #54666D: hue angle of 196.8º 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 #54666D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB84102109-
CMYK0.230.0600.57
HSL196.8º12.95%37.84%-
HSV(B)196.8º22.94%42.75%-
XYZ11.1712.4916.29-
YUV97.42134.54118.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=28.47%
G=34.58%
B=36.95%

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
Decimal841021090.230.0600.57196.812.9537.84
Hex54666D176039c5d26
Octal1241461552760713051546
Binary101010011001101101101101111100111001110001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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