#115959

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

Shades of Blue Stone #115959

Tints of Blue Stone #115959

Color information

#115959 (or 0x115959) is unknown color: approx Blue Stone. HEX triplet: 11, 59 and 59. RGB value is (17,89,89). Sum of RGB (Red+Green+Blue) = 17+89+89=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #115959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115959 is #EEA6A6. Grayscale: #434343. Windows color (decimal): -15640231 or 5855505. OLE color: 5855505.

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

Color convert

RGB178989-
CMYK0.81000.65
HSL180º67.92%20.78%-
HSV(B)180º80.9%34.9%-
XYZ5.617.9910.7-
YUV67.47140.1592-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=8.72%
G=45.64%
B=45.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1789890.81000.6518067.9220.78
Hex115959510041b44415
Octal211311311210010126410425
Binary1000110110011011001101000100100000110110100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115959; }

 p { color: rgb(17,89,89); }

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

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

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

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

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

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

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