#115756

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

Shades of Blue Stone #115756

Tints of Blue Stone #115756

Color information

#115756 (or 0x115756) is unknown color: approx Blue Stone. HEX triplet: 11, 57 and 56. RGB value is (17,87,86). Sum of RGB (Red+Green+Blue) = 17+87+86=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #115756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115756 is #EEA8A9. Grayscale: #414141. Windows color (decimal): -15640746 or 5658385. OLE color: 5658385.

HSL color Cylindrical-coordinate representation of color #115756: hue angle of 179.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115756 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB178786-
CMYK0.8000.010.66
HSL179.14º67.31%20.39%-
HSV(B)179.14º80.46%34.12%-
XYZ5.327.619.99-
YUV65.96139.3193.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=8.95%
G=45.79%
B=45.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1787860.8000.010.66179.1467.3120.39
Hex115756500142b34314
Octal211271261200110226310324
Binary1000110101111010110101000001100001010110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115756; }

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

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

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

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

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

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

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

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