#115657

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

Shades of Blue Stone #115657

Tints of Blue Stone #115657

Color information

#115657 (or 0x115657) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 57. RGB value is (17,86,87). Sum of RGB (Red+Green+Blue) = 17+86+87=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #115657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115657 is #EEA9A8. Grayscale: #414141. Windows color (decimal): -15641001 or 5723665. OLE color: 5723665.

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

Color convert

RGB178687-
CMYK0.800.0100.66
HSL180.86º67.31%20.39%-
HSV(B)180.86º80.46%34.12%-
XYZ5.287.4610.18-
YUV65.48140.1493.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=8.95%
G=45.26%
B=45.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1786870.800.0100.66180.8667.3120.39
Hex115657501042b54314
Octal211261271201010226510324
Binary1000110101101010111101000010100001010110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115657; }

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

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

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

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

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

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

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

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