#54666C

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

Shades of Smalt Blue #54666C

Tints of Smalt Blue #54666C

Color information

#54666C (or 0x54666C) is unknown color: approx Smalt Blue. HEX triplet: 54, 66 and 6C. RGB value is (84,102,108). Sum of RGB (Red+Green+Blue) = 84+102+108=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #54666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666C is #AB9993. Grayscale: #616161. Windows color (decimal): -11245972 or 7104084. OLE color: 7104084.

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

Color convert

RGB84102108-
CMYK0.220.0600.58
HSL195º12.5%37.65%-
HSV(B)195º22.22%42.35%-
XYZ11.1112.4716.01-
YUV97.3134.04118.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=28.57%
G=34.69%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal841021080.220.0600.5819512.537.65
Hex54666C16603Ac3c26
Octal1241461542660723031446
Binary101010011001101101100101101100111010110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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