#116856

Color #116856 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #116856

Tints of Blue Stone #116856

Color information

#116856 (or 0x116856) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 56. RGB value is (17,104,86). Sum of RGB (Red+Green+Blue) = 17+104+86=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #116856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116856 is #EE97A9. Grayscale: #4B4B4B. Windows color (decimal): -15636394 or 5662737. OLE color: 5662737.

HSL color Cylindrical-coordinate representation of color #116856: hue angle of 167.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116856 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1710486-
CMYK0.8400.170.59
HSL167.59º71.9%23.73%-
HSV(B)167.59º83.65%40.78%-
XYZ6.8610.6910.51-
YUV75.94133.6885.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=8.21%
G=50.24%
B=41.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104860.8400.170.59167.5971.923.73
Hex116856540113Ba84818
Octal211501261240217325011030
Binary1000111010001010110101010001000111101110101000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116856; }

 p { color: rgb(17,104,86); }

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

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

 a { background-color: rgb(17,104,86); }

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

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

 span { border-color: rgb(17,104,86); }

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