Html Css Color HEX #56506C Smoky

📋 copy color: '#56506C'

red 86 ◦ green 80 ◦ blue 108

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

Shades of Smoky #56506C

Tints of Smoky #56506C

RGB

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

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

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

R = 31.39%
G = 29.2%
B = 39.42%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56506C (or 0x56506C) is known color: Smoky. HEX triplet: 56, 50 and 6C. RGB value is (86,80,108). Sum of RGB (Red+Green+Blue) = 86+80+108=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #56506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506C is #A9AF93. Grayscale: #545454. Windows color (decimal): -11120532 or 7098454. OLE color: 7098454.

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

Color convert

RGB 86 80 108 -
CMYK 0.20 0.26 0 0.58
HSL 252.86º 0.15% 0.37% -
HSV(B) 252.86º 0.26% 0.42% -
XYZ 9.41 8.8 15.39 -
YUV 84.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 86 80 108 0.20 0.26 0 0.58 252.86 0.15 0.37
Hex 56 50 6C 14 1A 0 3A FD F 25
Octal 126 120 154 24 32 0 72 375 17 45
Binary 1010110 1010000 1101100 10100 11010 0 111010 11111101 1111 100101

Color Harmonies of #56506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56506C

Black with #56506C

Text Example


Text Example

White with #56506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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