#116056

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

Shades of Blue Stone #116056

Tints of Blue Stone #116056

Color information

#116056 (or 0x116056) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 56. RGB value is (17,96,86). Sum of RGB (Red+Green+Blue) = 17+96+86=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #116056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116056 is #EE9FA9. Grayscale: #474747. Windows color (decimal): -15638442 or 5660689. OLE color: 5660689.

HSL color Cylindrical-coordinate representation of color #116056: hue angle of 172.41º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116056 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB179686-
CMYK0.8200.100.62
HSL172.41º69.91%22.16%-
HSV(B)172.41º82.29%37.65%-
XYZ6.099.1610.25-
YUV71.24136.3389.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=8.54%
G=48.24%
B=43.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796860.8200.100.62172.4169.9122.16
Hex116056520A3Eac4616
Octal211401261220127625410626
Binary100011100000101011010100100101011111010101100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116056; }

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

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

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

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

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

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

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

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