Html Css Color HEX #56536D Smoky

📋 copy color: '#56536D'

red 86 ◦ green 83 ◦ blue 109

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

Shades of Smoky #56536D

Tints of Smoky #56536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 30.94%
G = 29.86%
B = 39.21%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56536D (or 0x56536D) is known color: Smoky. HEX triplet: 56, 53 and 6D. RGB value is (86,83,109). Sum of RGB (Red+Green+Blue) = 86+83+109=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #56536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536D is #A9AC92. Grayscale: #565656. Windows color (decimal): -11119763 or 7164758. OLE color: 7164758.

HSL color Cylindrical-coordinate representation of color #56536D: hue angle of 246.92º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56536D is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 83 109 -
CMYK 0.21 0.24 0 0.57
HSL 246.92º 0.14% 0.38% -
HSV(B) 246.92º 0.24% 0.43% -
XYZ 9.69 9.27 15.75 -
YUV 86.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 86 83 109 0.21 0.24 0 0.57 246.92 0.14 0.38
Hex 56 53 6D 15 18 0 39 F7 E 26
Octal 126 123 155 25 30 0 71 367 16 46
Binary 1010110 1010011 1101101 10101 11000 0 111001 11110111 1110 100110

Color Harmonies of #56536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56536D

Black with #56536D

Text Example


Text Example

White with #56536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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