Html Css Color HEX #56536A Smoky

📋 copy color: '#56536A'

red 86 ◦ green 83 ◦ blue 106

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

Shades of Smoky #56536A

Tints of Smoky #56536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 31.27%
G = 30.18%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56536A (or 0x56536A) is known color: Smoky. HEX triplet: 56, 53 and 6A. RGB value is (86,83,106). Sum of RGB (Red+Green+Blue) = 86+83+106=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #56536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536A is #A9AC95. Grayscale: #565656. Windows color (decimal): -11119766 or 6968150. OLE color: 6968150.

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

Color convert

RGB 86 83 106 -
CMYK 0.19 0.22 0 0.58
HSL 247.83º 0.12% 0.37% -
HSV(B) 247.83º 0.22% 0.42% -
XYZ 9.53 9.21 14.91 -
YUV 86.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 86 83 106 0.19 0.22 0 0.58 247.83 0.12 0.37
Hex 56 53 6A 13 16 0 3A F8 C 25
Octal 126 123 152 23 26 0 72 370 14 45
Binary 1010110 1010011 1101010 10011 10110 0 111010 11111000 1100 100101

Color Harmonies of #56536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56536A

Black with #56536A

Text Example


Text Example

White with #56536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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