#115F5A

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

Shades of Blue Stone #115F5A

Tints of Blue Stone #115F5A

Color information

#115F5A (or 0x115F5A) is unknown color: approx Blue Stone. HEX triplet: 11, 5F and 5A. RGB value is (17,95,90). Sum of RGB (Red+Green+Blue) = 17+95+90=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #115F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F5A is #EEA0A5. Grayscale: #474747. Windows color (decimal): -15638694 or 5922577. OLE color: 5922577.

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

Color convert

RGB179590-
CMYK0.8200.050.63
HSL176.15º69.64%21.96%-
HSV(B)176.15º82.11%37.25%-
XYZ6.179.0411.09-
YUV71.11138.6689.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=8.42%
G=47.03%
B=44.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795900.8200.050.63176.1569.6421.96
Hex115F5A52053Fb04616
Octal21137132122057726010626
Binary10001101111110110101010010010111111110110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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