#115F59

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

Shades of Blue Stone #115F59

Tints of Blue Stone #115F59

Color information

#115F59 (or 0x115F59) is unknown color: approx Blue Stone. HEX triplet: 11, 5F and 59. RGB value is (17,95,89). Sum of RGB (Red+Green+Blue) = 17+95+89=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #115F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F59 is #EEA0A6. Grayscale: #464646. Windows color (decimal): -15638695 or 5857041. OLE color: 5857041.

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

Color convert

RGB179589-
CMYK0.8200.060.63
HSL175.38º69.64%21.96%-
HSV(B)175.38º82.11%37.25%-
XYZ6.139.0210.87-
YUV70.99138.1689.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=8.46%
G=47.26%
B=44.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795890.8200.060.63175.3869.6421.96
Hex115F5952063Faf4616
Octal21137131122067725710626
Binary10001101111110110011010010011011111110101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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