#546469

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

Shades of Smalt Blue #546469

Tints of Smalt Blue #546469

Color information

#546469 (or 0x546469) is unknown color: approx Smalt Blue. HEX triplet: 54, 64 and 69. RGB value is (84,100,105). Sum of RGB (Red+Green+Blue) = 84+100+105=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #546469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546469 is #AB9B96. Grayscale: #5F5F5F. Windows color (decimal): -11246487 or 6906964. OLE color: 6906964.

HSL color Cylindrical-coordinate representation of color #546469: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546469 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB84100105-
CMYK0.200.0500.59
HSL194.29º11.11%37.06%-
HSV(B)194.29º20%41.18%-
XYZ10.7612.0215.12-
YUV95.79133.2119.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=29.07%
G=34.60%
B=36.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal841001050.200.0500.59194.2911.1137.06
Hex54646914503Bc2b25
Octal1241441512450733021345
Binary101010011001001101001101001010111011110000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546469; }

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

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

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

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

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

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

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

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