#115661

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

Shades of Blue Stone #115661

Tints of Blue Stone #115661

Color information

#115661 (or 0x115661) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 61. RGB value is (17,86,97). Sum of RGB (Red+Green+Blue) = 17+86+97=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #115661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115661 is #EEA99E. Grayscale: #424242. Windows color (decimal): -15640991 or 6379025. OLE color: 6379025.

HSL color Cylindrical-coordinate representation of color #115661: hue angle of 188.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115661 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB178697-
CMYK0.820.1100.62
HSL188.25º70.18%22.35%-
HSV(B)188.25º82.47%38.04%-
XYZ5.727.6412.48-
YUV66.62145.1492.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.5%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 97 (38.28% from 255) = 48.5%
R=8.5%
G=43%
B=48.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1786970.820.1100.62188.2570.1822.35
Hex11566152B03Ebc4616
Octal211261411221307627410626
Binary100011010110110000110100101011011111010111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115661; }

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

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

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

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

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

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

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

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