Html Css Color HEX #54676E Smalt Blue

📋 copy color: '#54676E'

red 84 ◦ green 103 ◦ blue 110

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

Shades of Smalt Blue #54676E

Tints of Smalt Blue #54676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 28.28%
G = 34.68%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54676E (or 0x54676E) is known color: Smalt Blue. HEX triplet: 54, 67 and 6E. RGB value is (84,103,110). Sum of RGB (Red+Green+Blue) = 84+103+110=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #54676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54676E is #AB9891. Grayscale: #626262. Windows color (decimal): -11245714 or 7235412. OLE color: 7235412.

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

Color convert

RGB 84 103 110 -
CMYK 0.24 0.06 0 0.57
HSL 196.15º 0.13% 0.38% -
HSV(B) 196.15º 0.24% 0.43% -
XYZ 11.32 12.71 16.61 -
YUV 98.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 84 103 110 0.24 0.06 0 0.57 196.15 0.13 0.38
Hex 54 67 6E 18 6 0 39 C4 D 26
Octal 124 147 156 30 6 0 71 304 15 46
Binary 1010100 1100111 1101110 11000 110 0 111001 11000100 1101 100110

Color Harmonies of #54676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54676E

Black with #54676E

Text Example


Text Example

White with #54676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54676E; }

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

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

background-color css

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

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

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

border-color css

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

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

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