#115B57

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

Shades of Blue Stone #115B57

Tints of Blue Stone #115B57

Color information

#115B57 (or 0x115B57) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 57. RGB value is (17,91,87). Sum of RGB (Red+Green+Blue) = 17+91+87=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #115B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B57 is #EEA4A8. Grayscale: #444444. Windows color (decimal): -15639721 or 5724945. OLE color: 5724945.

HSL color Cylindrical-coordinate representation of color #115B57: hue angle of 176.76º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B57 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB179187-
CMYK0.8100.040.64
HSL176.76º68.52%21.18%-
HSV(B)176.76º81.32%35.69%-
XYZ5.698.2910.32-
YUV68.42138.4891.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=8.72%
G=46.67%
B=44.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791870.8100.040.64176.7668.5221.18
Hex115B57510440b14515
Octal211331271210410026110525
Binary100011011011101011110100010100100000010110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115B57; }

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

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

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

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

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

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

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

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