#115B52

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

Shades of Blue Stone #115B52

Tints of Blue Stone #115B52

Color information

#115B52 (or 0x115B52) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 52. RGB value is (17,91,82). Sum of RGB (Red+Green+Blue) = 17+91+82=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #115B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B52 is #EEA4AD. Grayscale: #434343. Windows color (decimal): -15639726 or 5397265. OLE color: 5397265.

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

Color convert

RGB179182-
CMYK0.8100.100.64
HSL172.7º68.52%21.18%-
HSV(B)172.7º81.32%35.69%-
XYZ5.58.219.28-
YUV67.85135.9891.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=8.95%
G=47.89%
B=43.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791820.8100.100.64172.768.5221.18
Hex115B52510A40ad4515
Octal2113312212101210025510525
Binary1000110110111010010101000101010100000010101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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