Html Css Color HEX #546165 Smalt Blue

📋 copy color: '#546165'

red 84 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #546165

Tints of Smalt Blue #546165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 29.79%
G = 34.4%
B = 35.82%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#546165 (or 0x546165) is known color: Smalt Blue. HEX triplet: 54, 61 and 65. RGB value is (84,97,101). Sum of RGB (Red+Green+Blue) = 84+97+101=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #546165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546165 is #AB9E9A. Grayscale: #5D5D5D. Windows color (decimal): -11247259 or 6644052. OLE color: 6644052.

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

Color convert

RGB 84 97 101 -
CMYK 0.17 0.04 0 0.60
HSL 194.12º 0.09% 0.36% -
HSV(B) 194.12º 0.17% 0.4% -
XYZ 10.28 11.37 13.97 -
YUV 93.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 84 97 101 0.17 0.04 0 0.60 194.12 0.09 0.36
Hex 54 61 65 11 4 0 3C C2 9 24
Octal 124 141 145 21 4 0 74 302 11 44
Binary 1010100 1100001 1100101 10001 100 0 111100 11000010 1001 100100

Color Harmonies of #546165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546165

Black with #546165

Text Example


Text Example

White with #546165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546165; }

 p { color: rgb(84,97,101); }

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

background-color css

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

 a { background-color: rgb(84,97,101); }

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

border-color css

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

 span { border-color: rgb(84,97,101); }

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