#115C50

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

Shades of Blue Stone #115C50

Tints of Blue Stone #115C50

Color information

#115C50 (or 0x115C50) is unknown color: approx Blue Stone. HEX triplet: 11, 5C and 50. RGB value is (17,92,80). Sum of RGB (Red+Green+Blue) = 17+92+80=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #115C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C50 is #EEA3AF. Grayscale: #444444. Windows color (decimal): -15639472 or 5266449. OLE color: 5266449.

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

Color convert

RGB179280-
CMYK0.8200.130.64
HSL170.4º68.81%21.37%-
HSV(B)170.4º81.52%36.08%-
XYZ5.518.358.91-
YUV68.21134.6591.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 92 (36.33% from 255) = 48.68%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=8.99%
G=48.68%
B=42.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1792800.8200.130.64170.468.8121.37
Hex115C50520D40aa4515
Octal2113412012201510025210525
Binary1000110111001010000101001001101100000010101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,92,80); }

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

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

 a { background-color: rgb(17,92,80); }

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

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

 span { border-color: rgb(17,92,80); }

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