Html Css Color HEX #56546C Smoky

📋 copy color: '#56546C'

red 86 ◦ green 84 ◦ blue 108

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

Shades of Smoky #56546C

Tints of Smoky #56546C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 30.94%
G = 30.22%
B = 38.85%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56546C (or 0x56546C) is known color: Smoky. HEX triplet: 56, 54 and 6C. RGB value is (86,84,108). Sum of RGB (Red+Green+Blue) = 86+84+108=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #56546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56546C is #A9AB93. Grayscale: #575757. Windows color (decimal): -11119508 or 7099478. OLE color: 7099478.

HSL color Cylindrical-coordinate representation of color #56546C: hue angle of 245º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56546C is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 84 108 -
CMYK 0.20 0.22 0 0.58
HSL 245º 0.13% 0.38% -
HSV(B) 245º 0.22% 0.42% -
XYZ 9.71 9.4 15.49 -
YUV 87.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 86 84 108 0.20 0.22 0 0.58 245 0.13 0.38
Hex 56 54 6C 14 16 0 3A F5 C 26
Octal 126 124 154 24 26 0 72 365 14 46
Binary 1010110 1010100 1101100 10100 10110 0 111010 11110101 1100 100110

Color Harmonies of #56546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56546C

Black with #56546C

Text Example


Text Example

White with #56546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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