Html Css Color HEX #546367 Smalt Blue

📋 copy color: '#546367'

red 84 ◦ green 99 ◦ blue 103

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

Shades of Smalt Blue #546367

Tints of Smalt Blue #546367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 29.37%
G = 34.62%
B = 36.01%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#546367 (or 0x546367) is known color: Smalt Blue. HEX triplet: 54, 63 and 67. RGB value is (84,99,103). Sum of RGB (Red+Green+Blue) = 84+99+103=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #546367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546367 is #AB9C98. Grayscale: #5E5E5E. Windows color (decimal): -11246745 or 6775636. OLE color: 6775636.

HSL color Cylindrical-coordinate representation of color #546367: hue angle of 192.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546367 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 99 103 -
CMYK 0.18 0.04 0 0.60
HSL 192.63º 0.1% 0.37% -
HSV(B) 192.63º 0.18% 0.4% -
XYZ 10.57 11.79 14.55 -
YUV 94.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 84 99 103 0.18 0.04 0 0.60 192.63 0.1 0.37
Hex 54 63 67 12 4 0 3C C1 A 25
Octal 124 143 147 22 4 0 74 301 12 45
Binary 1010100 1100011 1100111 10010 100 0 111100 11000001 1010 100101

Color Harmonies of #546367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546367

Black with #546367

Text Example


Text Example

White with #546367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546367; }

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

 H1.HeaderClassName
 {
   color: #546367;
 }
 .AnyTagClassName
 {
   color: #546367;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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