Html Css Color HEX #54656A Smalt Blue

📋 copy color: '#54656A'

red 84 ◦ green 101 ◦ blue 106

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

Shades of Smalt Blue #54656A

Tints of Smalt Blue #54656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 28.87%
G = 34.71%
B = 36.43%

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

#54656A (or 0x54656A) is known color: Smalt Blue. HEX triplet: 54, 65 and 6A. RGB value is (84,101,106). Sum of RGB (Red+Green+Blue) = 84+101+106=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #54656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54656A is #AB9A95. Grayscale: #606060. Windows color (decimal): -11246230 or 6972756. OLE color: 6972756.

HSL color Cylindrical-coordinate representation of color #54656A: hue angle of 193.64º 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 #54656A is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 101 106 -
CMYK 0.21 0.05 0 0.58
HSL 193.64º 0.12% 0.37% -
HSV(B) 193.64º 0.21% 0.42% -
XYZ 10.91 12.23 15.42 -
YUV 96.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 84 101 106 0.21 0.05 0 0.58 193.64 0.12 0.37
Hex 54 65 6A 15 5 0 3A C2 C 25
Octal 124 145 152 25 5 0 72 302 14 45
Binary 1010100 1100101 1101010 10101 101 0 111010 11000010 1100 100101

Color Harmonies of #54656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54656A

Black with #54656A

Text Example


Text Example

White with #54656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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