#115D55

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

Shades of Blue Stone #115D55

Tints of Blue Stone #115D55

Color information

#115D55 (or 0x115D55) is unknown color: approx Blue Stone. HEX triplet: 11, 5D and 55. RGB value is (17,93,85). Sum of RGB (Red+Green+Blue) = 17+93+85=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #115D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D55 is #EEA2AA. Grayscale: #454545. Windows color (decimal): -15639211 or 5594385. OLE color: 5594385.

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

Color convert

RGB179385-
CMYK0.8200.090.64
HSL173.68º69.09%21.57%-
HSV(B)173.68º81.72%36.47%-
XYZ5.798.69.95-
YUV69.36136.8290.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=8.72%
G=47.69%
B=43.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1793850.8200.090.64173.6869.0921.57
Hex115D55520940ae4516
Octal2113512512201110025610526
Binary1000110111011010101101001001001100000010101110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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