#546369

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

Shades of Smalt Blue #546369

Tints of Smalt Blue #546369

Color information

#546369 (or 0x546369) is unknown color: approx Smalt Blue. HEX triplet: 54, 63 and 69. RGB value is (84,99,105). Sum of RGB (Red+Green+Blue) = 84+99+105=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #546369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546369 is #AB9C96. Grayscale: #5F5F5F. Windows color (decimal): -11246743 or 6906708. OLE color: 6906708.

HSL color Cylindrical-coordinate representation of color #546369: hue angle of 197.14º 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 #546369 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8499105-
CMYK0.200.0600.59
HSL197.14º11.11%37.06%-
HSV(B)197.14º20%41.18%-
XYZ10.6711.8315.09-
YUV95.2133.53120.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=29.17%
G=34.38%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84991050.200.0600.59197.1411.1137.06
Hex54636914603Bc5b25
Octal1241431512460733051345
Binary101010011000111101001101001100111011110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546369; }

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

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

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

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

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

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

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

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