#115E5F

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

Shades of Blue Stone #115E5F

Tints of Blue Stone #115E5F

Color information

#115E5F (or 0x115E5F) is unknown color: approx Blue Stone. HEX triplet: 11, 5E and 5F. RGB value is (17,94,95). Sum of RGB (Red+Green+Blue) = 17+94+95=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #115E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E5F is #EEA1A0. Grayscale: #474747. Windows color (decimal): -15638945 or 6250001. OLE color: 6250001.

HSL color Cylindrical-coordinate representation of color #115E5F: hue angle of 180.77º degrees, saturation: 0.7, 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 #115E5F is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB179495-
CMYK0.820.0100.63
HSL180.77º69.64%21.96%-
HSV(B)180.77º82.11%37.25%-
XYZ6.38.9512.22-
YUV71.09141.4989.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=8.25%
G=45.63%
B=46.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1794950.820.0100.63180.7769.6421.96
Hex115E5F52103Fb54616
Octal21136137122107726510626
Binary100011011110101111110100101011111110110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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