#115B55

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

Shades of Blue Stone #115B55

Tints of Blue Stone #115B55

Color information

#115B55 (or 0x115B55) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 55. RGB value is (17,91,85). Sum of RGB (Red+Green+Blue) = 17+91+85=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #115B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B55 is #EEA4AA. Grayscale: #444444. Windows color (decimal): -15639723 or 5593873. OLE color: 5593873.

HSL color Cylindrical-coordinate representation of color #115B55: hue angle of 175.14º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B55 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB179185-
CMYK0.8100.070.64
HSL175.14º68.52%21.18%-
HSV(B)175.14º81.32%35.69%-
XYZ5.618.269.89-
YUV68.19137.4891.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 91 (35.94% from 255) = 47.15%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=8.81%
G=47.15%
B=44.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791850.8100.070.64175.1468.5221.18
Hex115B55510740af4515
Octal211331251210710025710525
Binary100011011011101010110100010111100000010101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,91,85); }

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

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

 a { background-color: rgb(17,91,85); }

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

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

 span { border-color: rgb(17,91,85); }

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