#115E57

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

Shades of Blue Stone #115E57

Tints of Blue Stone #115E57

Color information

#115E57 (or 0x115E57) is unknown color: approx Blue Stone. HEX triplet: 11, 5E and 57. RGB value is (17,94,87). Sum of RGB (Red+Green+Blue) = 17+94+87=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 94 - color contains mainly: green. Hex color #115E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E57 is #EEA1A8. Grayscale: #464646. Windows color (decimal): -15638953 or 5725713. OLE color: 5725713.

HSL color Cylindrical-coordinate representation of color #115E57: hue angle of 174.55º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E57 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB179487-
CMYK0.8200.070.63
HSL174.55º69.37%21.76%-
HSV(B)174.55º81.91%36.86%-
XYZ5.958.8110.4-
YUV70.18137.4990.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 94 (37.11% from 255) = 47.47%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=8.59%
G=47.47%
B=43.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1794870.8200.070.63174.5569.3721.76
Hex115E5752073Faf4516
Octal21136127122077725710526
Binary10001101111010101111010010011111111110101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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