Html Css Color HEX #546469 Smalt Blue

📋 copy color: '#546469'

red 84 ◦ green 100 ◦ blue 105

#546469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #546469

Tints of Smalt Blue #546469

RGB

 RED value IS 84 (33.2% from 255) = 29.07%

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 29.07%
G = 34.6%
B = 36.33%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#546469 (or 0x546469) is known color: 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

RGB 84 100 105 -
CMYK 0.20 0.05 0 0.59
HSL 194.29º 0.11% 0.37% -
HSV(B) 194.29º 0.2% 0.41% -
XYZ 10.76 12.02 15.12 -
YUV 95.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 84 100 105 0.20 0.05 0 0.59 194.29 0.11 0.37
Hex 54 64 69 14 5 0 3B C2 B 25
Octal 124 144 151 24 5 0 73 302 13 45
Binary 1010100 1100100 1101001 10100 101 0 111011 11000010 1011 100101

Color Harmonies of #546469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546469

Black with #546469

Text Example


Text Example

White with #546469

Text Example


Text Example

HTML Codes & Css Web 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>