#115b51

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

Shades of Blue Stone #115B51

Tints of Blue Stone #115B51

Color information

#115B51 (or 0x115B51) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 51. RGB value is (17,91,81). Sum of RGB (Red+Green+Blue) = 17+91+81=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #115B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B51 is #EEA4AE. Grayscale: #434343. Windows color (decimal): -15639727 or 5331729. OLE color: 5331729.

HSL color Cylindrical-coordinate representation of color #115B51: hue angle of 171.89º 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 #115B51 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB179181-
CMYK0.8100.110.64
HSL171.89º68.52%21.18%-
HSV(B)171.89º81.32%35.69%-
XYZ5.468.29.08-
YUV67.73135.4891.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=8.99%
G=48.15%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791810.8100.110.64171.8968.5221.18
Hex115B51510B40ac4515
Octal2113312112101310025410525
Binary1000110110111010001101000101011100000010101100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115b51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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