Html Css Color HEX #54666B Smalt Blue

📋 copy color: '#54666B'

red 84 ◦ green 102 ◦ blue 107

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

Shades of Smalt Blue #54666B

Tints of Smalt Blue #54666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 28.67%
G = 34.81%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54666B (or 0x54666B) is known color: Smalt Blue. HEX triplet: 54, 66 and 6B. RGB value is (84,102,107). Sum of RGB (Red+Green+Blue) = 84+102+107=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #54666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666B is #AB9994. Grayscale: #616161. Windows color (decimal): -11245973 or 7038548. OLE color: 7038548.

HSL color Cylindrical-coordinate representation of color #54666B: hue angle of 193.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54666B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 102 107 -
CMYK 0.21 0.05 0 0.58
HSL 193.04º 0.12% 0.37% -
HSV(B) 193.04º 0.21% 0.42% -
XYZ 11.06 12.45 15.73 -
YUV 97.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 84 102 107 0.21 0.05 0 0.58 193.04 0.12 0.37
Hex 54 66 6B 15 5 0 3A C1 C 25
Octal 124 146 153 25 5 0 72 301 14 45
Binary 1010100 1100110 1101011 10101 101 0 111010 11000001 1100 100101

Color Harmonies of #54666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54666B

Black with #54666B

Text Example


Text Example

White with #54666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54666B; }

 p { color: rgb(84,102,107); }

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

background-color css

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

 a { background-color: rgb(84,102,107); }

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

border-color css

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

 span { border-color: rgb(84,102,107); }

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