Html Css Color HEX #56546B Smoky

📋 copy color: '#56546B'

red 86 ◦ green 84 ◦ blue 107

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

Shades of Smoky #56546B

Tints of Smoky #56546B

RGB

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

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

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

R = 31.05%
G = 30.32%
B = 38.63%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56546B (or 0x56546B) is known color: Smoky. HEX triplet: 56, 54 and 6B. RGB value is (86,84,107). Sum of RGB (Red+Green+Blue) = 86+84+107=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #56546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56546B is #A9AB94. Grayscale: #575757. Windows color (decimal): -11119509 or 7033942. OLE color: 7033942.

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

Color convert

RGB 86 84 107 -
CMYK 0.20 0.21 0 0.58
HSL 245.22º 0.12% 0.37% -
HSV(B) 245.22º 0.21% 0.42% -
XYZ 9.66 9.38 15.21 -
YUV 87.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 86 84 107 0.20 0.21 0 0.58 245.22 0.12 0.37
Hex 56 54 6B 14 15 0 3A F5 C 25
Octal 126 124 153 24 25 0 72 365 14 45
Binary 1010110 1010100 1101011 10100 10101 0 111010 11110101 1100 100101

Color Harmonies of #56546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56546B

Black with #56546B

Text Example


Text Example

White with #56546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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