Html Css Color HEX #56516E Smoky

📋 copy color: '#56516E'

red 86 ◦ green 81 ◦ blue 110

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

Shades of Smoky #56516E

Tints of Smoky #56516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 31.05%
G = 29.24%
B = 39.71%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56516E (or 0x56516E) is known color: Smoky. HEX triplet: 56, 51 and 6E. RGB value is (86,81,110). Sum of RGB (Red+Green+Blue) = 86+81+110=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #56516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56516E is #A9AE91. Grayscale: #555555. Windows color (decimal): -11120274 or 7229782. OLE color: 7229782.

HSL color Cylindrical-coordinate representation of color #56516E: hue angle of 250.34º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56516E is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 81 110 -
CMYK 0.22 0.26 0 0.57
HSL 250.34º 0.15% 0.37% -
HSV(B) 250.34º 0.26% 0.43% -
XYZ 9.59 8.99 15.98 -
YUV 85.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 86 81 110 0.22 0.26 0 0.57 250.34 0.15 0.37
Hex 56 51 6E 16 1A 0 39 FA F 25
Octal 126 121 156 26 32 0 71 372 17 45
Binary 1010110 1010001 1101110 10110 11010 0 111001 11111010 1111 100101

Color Harmonies of #56516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56516E

Black with #56516E

Text Example


Text Example

White with #56516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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