#115555

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

Shades of Blue Stone #115555

Tints of Blue Stone #115555

Color information

#115555 (or 0x115555) is unknown color: approx Blue Stone. HEX triplet: 11, 55 and 55. RGB value is (17,85,85). Sum of RGB (Red+Green+Blue) = 17+85+85=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #115555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115555 is #EEAAAA. Grayscale: #404040. Windows color (decimal): -15641259 or 5592337. OLE color: 5592337.

HSL color Cylindrical-coordinate representation of color #115555: hue angle of 180º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115555 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB178585-
CMYK0.80000.67
HSL180º66.67%20%-
HSV(B)180º80%33.33%-
XYZ5.127.279.73-
YUV64.67139.4794-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=9.09%
G=45.45%
B=45.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1785850.80000.6718066.6720
Hex115555500043b44314
Octal211251251200010326410324
Binary1000110101011010101101000000100001110110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115555; }

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

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

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

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

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

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

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

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