#115955

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

Shades of Blue Stone #115955

Tints of Blue Stone #115955

Color information

#115955 (or 0x115955) is unknown color: approx Blue Stone. HEX triplet: 11, 59 and 55. RGB value is (17,89,85). Sum of RGB (Red+Green+Blue) = 17+89+85=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #115955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115955 is #EEA6AA. Grayscale: #424242. Windows color (decimal): -15640235 or 5593361. OLE color: 5593361.

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

Color convert

RGB178985-
CMYK0.8100.040.65
HSL176.67º67.92%20.78%-
HSV(B)176.67º80.9%34.9%-
XYZ5.447.929.84-
YUV67.02138.1592.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=8.90%
G=46.60%
B=44.50%

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
Decimal1789850.8100.040.65176.6767.9220.78
Hex115955510441b14415
Octal211311251210410126110425
Binary100011011001101010110100010100100000110110001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115955; }

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

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

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

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

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

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

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

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