#115C51

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

Shades of Blue Stone #115C51

Tints of Blue Stone #115C51

Color information

#115C51 (or 0x115C51) is unknown color: approx Blue Stone. HEX triplet: 11, 5C and 51. RGB value is (17,92,81). Sum of RGB (Red+Green+Blue) = 17+92+81=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #115C51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C51 is #EEA3AE. Grayscale: #444444. Windows color (decimal): -15639471 or 5331985. OLE color: 5331985.

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

Color convert

RGB179281-
CMYK0.8200.120.64
HSL171.2º68.81%21.37%-
HSV(B)171.2º81.52%36.08%-
XYZ5.548.379.11-
YUV68.32135.1591.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=8.95%
G=48.42%
B=42.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792810.8200.120.64171.268.8121.37
Hex115C51520C40ab4515
Octal2113412112201410025310525
Binary1000110111001010001101001001100100000010101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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