Html Css Color HEX #54666D Smalt Blue

📋 copy color: '#54666D'

red 84 ◦ green 102 ◦ blue 109

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

Shades of Smalt Blue #54666D

Tints of Smalt Blue #54666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 28.47%
G = 34.58%
B = 36.95%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54666D (or 0x54666D) is known color: Smalt Blue. HEX triplet: 54, 66 and 6D. RGB value is (84,102,109). Sum of RGB (Red+Green+Blue) = 84+102+109=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #54666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54666D is #AB9992. Grayscale: #616161. Windows color (decimal): -11245971 or 7169620. OLE color: 7169620.

HSL color Cylindrical-coordinate representation of color #54666D: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54666D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 102 109 -
CMYK 0.23 0.06 0 0.57
HSL 196.8º 0.13% 0.38% -
HSV(B) 196.8º 0.23% 0.43% -
XYZ 11.17 12.49 16.29 -
YUV 97.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 84 102 109 0.23 0.06 0 0.57 196.8 0.13 0.38
Hex 54 66 6D 17 6 0 39 C5 D 26
Octal 124 146 155 27 6 0 71 305 15 46
Binary 1010100 1100110 1101101 10111 110 0 111001 11000101 1101 100110

Color Harmonies of #54666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54666D

Black with #54666D

Text Example


Text Example

White with #54666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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