#56536F

Color #56536F Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #56536F

Tints of Smoky #56536F

Color information

#56536F (or 0x56536F) is unknown color: approx Smoky. HEX triplet: 56, 53 and 6F. RGB value is (86,83,111). Sum of RGB (Red+Green+Blue) = 86+83+111=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #56536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536F is #A9AC90. Grayscale: #565656. Windows color (decimal): -11119761 or 7295830. OLE color: 7295830.

HSL color Cylindrical-coordinate representation of color #56536F: hue angle of 246.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56536F is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8683111-
CMYK0.230.2500.56
HSL246.43º14.43%38.04%-
HSV(B)246.43º25.23%43.53%-
XYZ9.89.3116.32-
YUV87.09141.49127.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=30.71%
G=29.64%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86831110.230.2500.56246.4314.4338.04
Hex56536F1719038f6e26
Octal12612315727310703661646
Binary10101101010011110111110111110010111000111101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56536F;
 }
 .AnyTagClassName
 {
   color: #56536F;
 }
</style>
background-color css

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

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

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

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

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

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