#115558

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

Shades of Blue Stone #115558

Tints of Blue Stone #115558

Color information

#115558 (or 0x115558) is unknown color: approx Blue Stone. HEX triplet: 11, 55 and 58. RGB value is (17,85,88). Sum of RGB (Red+Green+Blue) = 17+85+88=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #115558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115558 is #EEAAA7. Grayscale: #404040. Windows color (decimal): -15641256 or 5788945. OLE color: 5788945.

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

Color convert

RGB178588-
CMYK0.810.0300.65
HSL182.54º67.62%20.59%-
HSV(B)182.54º80.68%34.51%-
XYZ5.247.3210.37-
YUV65.01140.9793.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=8.95%
G=44.74%
B=46.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1785880.810.0300.65182.5467.6220.59
Hex115558513041b74415
Octal211251301213010126710425
Binary10001101010110110001010001110100000110110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115558; }

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

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

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

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

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

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

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

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