Html Css Color HEX #56555D Smoky

📋 copy color: '#56555D'

red 86 ◦ green 85 ◦ blue 93

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

Shades of Smoky #56555D

Tints of Smoky #56555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 32.58%
G = 32.2%
B = 35.23%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56555D (or 0x56555D) is known color: Smoky. HEX triplet: 56, 55 and 5D. RGB value is (86,85,93). Sum of RGB (Red+Green+Blue) = 86+85+93=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #56555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555D is #A9AAA2. Grayscale: #565656. Windows color (decimal): -11119267 or 6116694. OLE color: 6116694.

HSL color Cylindrical-coordinate representation of color #56555D: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56555D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 85 93 -
CMYK 0.08 0.09 0 0.64
HSL 247.5º 0.04% 0.35% -
HSV(B) 247.5º 0.09% 0.36% -
XYZ 9.06 9.27 11.67 -
YUV 86.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 86 85 93 0.08 0.09 0 0.64 247.5 0.04 0.35
Hex 56 55 5D 8 9 0 40 F8 4 23
Octal 126 125 135 10 11 0 100 370 4 43
Binary 1010110 1010101 1011101 1000 1001 0 1000000 11111000 100 100011

Color Harmonies of #56555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56555D

Black with #56555D

Text Example


Text Example

White with #56555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56555D; }

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

 H1.HeaderClassName
 {
   color: #56555D;
 }
 .AnyTagClassName
 {
   color: #56555D;
 }
</style>

background-color css

<style>
 a { background-color: #56555D; }

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

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

border-color css

<style>
 span { border-color: #56555D; }

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

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