#115D58

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

Shades of Blue Stone #115D58

Tints of Blue Stone #115D58

Color information

#115D58 (or 0x115D58) is unknown color: approx Blue Stone. HEX triplet: 11, 5D and 58. RGB value is (17,93,88). Sum of RGB (Red+Green+Blue) = 17+93+88=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #115D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D58 is #EEA2A7. Grayscale: #454545. Windows color (decimal): -15639208 or 5790993. OLE color: 5790993.

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

Color convert

RGB179388-
CMYK0.8200.050.64
HSL176.05º69.09%21.57%-
HSV(B)176.05º81.72%36.47%-
XYZ5.918.6510.59-
YUV69.71138.3290.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=8.59%
G=46.97%
B=44.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1793880.8200.050.64176.0569.0921.57
Hex115D58520540b04516
Octal211351301220510026010526
Binary100011011101101100010100100101100000010110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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