Html Css Color HEX #56536B Smoky

📋 copy color: '#56536B'

red 86 ◦ green 83 ◦ blue 107

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

Shades of Smoky #56536B

Tints of Smoky #56536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 31.16%
G = 30.07%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56536B (or 0x56536B) is known color: Smoky. HEX triplet: 56, 53 and 6B. RGB value is (86,83,107). Sum of RGB (Red+Green+Blue) = 86+83+107=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #56536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536B is #A9AC94. Grayscale: #565656. Windows color (decimal): -11119765 or 7033686. OLE color: 7033686.

HSL color Cylindrical-coordinate representation of color #56536B: hue angle of 247.5º degrees, saturation: 0.13, 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 #56536B is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 83 107 -
CMYK 0.20 0.22 0 0.58
HSL 247.5º 0.13% 0.37% -
HSV(B) 247.5º 0.22% 0.42% -
XYZ 9.58 9.23 15.19 -
YUV 86.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 86 83 107 0.20 0.22 0 0.58 247.5 0.13 0.37
Hex 56 53 6B 14 16 0 3A F8 D 25
Octal 126 123 153 24 26 0 72 370 15 45
Binary 1010110 1010011 1101011 10100 10110 0 111010 11111000 1101 100101

Color Harmonies of #56536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56536B

Black with #56536B

Text Example


Text Example

White with #56536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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