Html Css Color HEX #56506A Smoky

📋 copy color: '#56506A'

red 86 ◦ green 80 ◦ blue 106

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

Shades of Smoky #56506A

Tints of Smoky #56506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 31.62%
G = 29.41%
B = 38.97%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56506A (or 0x56506A) is known color: Smoky. HEX triplet: 56, 50 and 6A. RGB value is (86,80,106). Sum of RGB (Red+Green+Blue) = 86+80+106=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #56506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506A is #A9AF95. Grayscale: #545454. Windows color (decimal): -11120534 or 6967382. OLE color: 6967382.

HSL color Cylindrical-coordinate representation of color #56506A: hue angle of 253.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56506A is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 80 106 -
CMYK 0.19 0.25 0 0.58
HSL 253.85º 0.14% 0.36% -
HSV(B) 253.85º 0.25% 0.42% -
XYZ 9.31 8.76 14.84 -
YUV 84.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 86 80 106 0.19 0.25 0 0.58 253.85 0.14 0.36
Hex 56 50 6A 13 19 0 3A FE E 24
Octal 126 120 152 23 31 0 72 376 16 44
Binary 1010110 1010000 1101010 10011 11001 0 111010 11111110 1110 100100

Color Harmonies of #56506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56506A

Black with #56506A

Text Example


Text Example

White with #56506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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