Html Css Color HEX #56506E Smoky

📋 copy color: '#56506E'

red 86 ◦ green 80 ◦ blue 110

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

Shades of Smoky #56506E

Tints of Smoky #56506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 31.16%
G = 28.99%
B = 39.86%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56506E (or 0x56506E) is known color: Smoky. HEX triplet: 56, 50 and 6E. RGB value is (86,80,110). Sum of RGB (Red+Green+Blue) = 86+80+110=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #56506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506E is #A9AF91. Grayscale: #555555. Windows color (decimal): -11120530 or 7229526. OLE color: 7229526.

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

Color convert

RGB 86 80 110 -
CMYK 0.22 0.27 0 0.57
HSL 252º 0.16% 0.37% -
HSV(B) 252º 0.27% 0.43% -
XYZ 9.52 8.84 15.96 -
YUV 85.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 86 80 110 0.22 0.27 0 0.57 252 0.16 0.37
Hex 56 50 6E 16 1B 0 39 FC 10 25
Octal 126 120 156 26 33 0 71 374 20 45
Binary 1010110 1010000 1101110 10110 11011 0 111001 11111100 10000 100101

Color Harmonies of #56506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56506E

Black with #56506E

Text Example


Text Example

White with #56506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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