#115A56

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

Shades of Blue Stone #115A56

Tints of Blue Stone #115A56

Color information

#115A56 (or 0x115A56) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 56. RGB value is (17,90,86). Sum of RGB (Red+Green+Blue) = 17+90+86=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #115A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A56 is #EEA5A9. Grayscale: #434343. Windows color (decimal): -15639978 or 5659153. OLE color: 5659153.

HSL color Cylindrical-coordinate representation of color #115A56: hue angle of 176.71º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A56 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB179086-
CMYK0.8100.040.65
HSL176.71º68.22%20.98%-
HSV(B)176.71º81.11%35.29%-
XYZ5.578.110.07-
YUV67.72138.3291.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=8.81%
G=46.63%
B=44.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790860.8100.040.65176.7168.2220.98
Hex115A56510441b14415
Octal211321261210410126110425
Binary100011011010101011010100010100100000110110001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,90,86); }

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

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

 a { background-color: rgb(17,90,86); }

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

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

 span { border-color: rgb(17,90,86); }

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