Html Css Color HEX #56546E Smoky

📋 copy color: '#56546E'

red 86 ◦ green 84 ◦ blue 110

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

Shades of Smoky #56546E

Tints of Smoky #56546E

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 30.71%
G = 30%
B = 39.29%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56546E (or 0x56546E) is known color: Smoky. HEX triplet: 56, 54 and 6E. RGB value is (86,84,110). Sum of RGB (Red+Green+Blue) = 86+84+110=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #56546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56546E is #A9AB91. Grayscale: #575757. Windows color (decimal): -11119506 or 7230550. OLE color: 7230550.

HSL color Cylindrical-coordinate representation of color #56546E: hue angle of 244.62º 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 #56546E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 84 110 -
CMYK 0.22 0.24 0 0.57
HSL 244.62º 0.13% 0.38% -
HSV(B) 244.62º 0.24% 0.43% -
XYZ 9.82 9.44 16.06 -
YUV 87.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 86 84 110 0.22 0.24 0 0.57 244.62 0.13 0.38
Hex 56 54 6E 16 18 0 39 F5 D 26
Octal 126 124 156 26 30 0 71 365 15 46
Binary 1010110 1010100 1101110 10110 11000 0 111001 11110101 1101 100110

Color Harmonies of #56546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56546E

Black with #56546E

Text Example


Text Example

White with #56546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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