#115A59

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

Shades of Blue Stone #115A59

Tints of Blue Stone #115A59

Color information

#115A59 (or 0x115A59) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 59. RGB value is (17,90,89). Sum of RGB (Red+Green+Blue) = 17+90+89=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #115A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A59 is #EEA5A6. Grayscale: #434343. Windows color (decimal): -15639975 or 5855761. OLE color: 5855761.

HSL color Cylindrical-coordinate representation of color #115A59: hue angle of 179.18º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A59 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB179089-
CMYK0.8100.010.65
HSL179.18º68.22%20.98%-
HSV(B)179.18º81.11%35.29%-
XYZ5.698.1510.72-
YUV68.06139.8291.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=8.67%
G=45.92%
B=45.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790890.8100.010.65179.1868.2220.98
Hex115A59510141b34415
Octal211321311210110126310425
Binary1000110110101011001101000101100000110110011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,90,89); }

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

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

 a { background-color: rgb(17,90,89); }

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

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

 span { border-color: rgb(17,90,89); }

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