Html Css Color HEX #56556C Smoky

📋 copy color: '#56556C'

red 86 ◦ green 85 ◦ blue 108

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

Shades of Smoky #56556C

Tints of Smoky #56556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 30.82%
G = 30.47%
B = 38.71%

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

#56556C (or 0x56556C) is known color: Smoky. HEX triplet: 56, 55 and 6C. RGB value is (86,85,108). Sum of RGB (Red+Green+Blue) = 86+85+108=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #56556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56556C is #A9AA93. Grayscale: #575757. Windows color (decimal): -11119252 or 7099734. OLE color: 7099734.

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

Color convert

RGB 86 85 108 -
CMYK 0.20 0.21 0 0.58
HSL 242.61º 0.12% 0.38% -
HSV(B) 242.61º 0.21% 0.42% -
XYZ 9.79 9.56 15.52 -
YUV 87.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 86 85 108 0.20 0.21 0 0.58 242.61 0.12 0.38
Hex 56 55 6C 14 15 0 3A F3 C 26
Octal 126 125 154 24 25 0 72 363 14 46
Binary 1010110 1010101 1101100 10100 10101 0 111010 11110011 1100 100110

Color Harmonies of #56556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56556C

Black with #56556C

Text Example


Text Example

White with #56556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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