#54666B

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

Shades of Smalt Blue #54666B

Tints of Smalt Blue #54666B

Color information

#54666B (or 0x54666B) is unknown color: approx Smalt Blue. HEX triplet: 54, 66 and 6B. RGB value is (84,102,107). Sum of RGB (Red+Green+Blue) = 84+102+107=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #54666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666B is #AB9994. Grayscale: #616161. Windows color (decimal): -11245973 or 7038548. OLE color: 7038548.

HSL color Cylindrical-coordinate representation of color #54666B: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54666B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB84102107-
CMYK0.210.0500.58
HSL193.04º12.04%37.45%-
HSV(B)193.04º21.5%41.96%-
XYZ11.0612.4515.73-
YUV97.19133.54118.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=28.67%
G=34.81%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841021070.210.0500.58193.0412.0437.45
Hex54666B15503Ac1c25
Octal1241461532550723011445
Binary101010011001101101011101011010111010110000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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