Html Css Color HEX #546368 Smalt Blue

📋 copy color: '#546368'

red 84 ◦ green 99 ◦ blue 104

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

Shades of Smalt Blue #546368

Tints of Smalt Blue #546368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 29.27%
G = 34.49%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#546368 (or 0x546368) is known color: Smalt Blue. HEX triplet: 54, 63 and 68. RGB value is (84,99,104). Sum of RGB (Red+Green+Blue) = 84+99+104=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #546368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546368 is #AB9C97. Grayscale: #5F5F5F. Windows color (decimal): -11246744 or 6841172. OLE color: 6841172.

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

Color convert

RGB 84 99 104 -
CMYK 0.19 0.05 0 0.59
HSL 195º 0.11% 0.37% -
HSV(B) 195º 0.19% 0.41% -
XYZ 10.62 11.81 14.82 -
YUV 95.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 84 99 104 0.19 0.05 0 0.59 195 0.11 0.37
Hex 54 63 68 13 5 0 3B C3 B 25
Octal 124 143 150 23 5 0 73 303 13 45
Binary 1010100 1100011 1101000 10011 101 0 111011 11000011 1011 100101

Color Harmonies of #546368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546368

Black with #546368

Text Example


Text Example

White with #546368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546368; }

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

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

background-color css

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

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

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

border-color css

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

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

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