#116957

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

Shades of Blue Stone #116957

Tints of Blue Stone #116957

Color information

#116957 (or 0x116957) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 57. RGB value is (17,105,87). Sum of RGB (Red+Green+Blue) = 17+105+87=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #116957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116957 is #EE96A8. Grayscale: #4C4C4C. Windows color (decimal): -15636137 or 5728529. OLE color: 5728529.

HSL color Cylindrical-coordinate representation of color #116957: hue angle of 167.73º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116957 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1710587-
CMYK0.8400.170.59
HSL167.73º72.13%23.92%-
HSV(B)167.73º83.81%41.18%-
XYZ710.9110.75-
YUV76.64133.8585.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=8.13%
G=50.24%
B=41.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105870.8400.170.59167.7372.1323.92
Hex116957540113Ba84818
Octal211511271240217325011030
Binary1000111010011010111101010001000111101110101000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116957; }

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

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

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

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

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

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

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

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