#116755

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

Shades of Blue Stone #116755

Tints of Blue Stone #116755

Color information

#116755 (or 0x116755) is unknown color: approx Blue Stone. HEX triplet: 11, 67 and 55. RGB value is (17,103,85). Sum of RGB (Red+Green+Blue) = 17+103+85=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #116755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116755 is #EE98AA. Grayscale: #4B4B4B. Windows color (decimal): -15636651 or 5596945. OLE color: 5596945.

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

Color convert

RGB1710385-
CMYK0.8300.170.60
HSL167.44º71.67%23.53%-
HSV(B)167.44º83.5%40.39%-
XYZ6.7210.4810.26-
YUV75.23133.5186.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=8.29%
G=50.24%
B=41.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17103850.8300.170.60167.4471.6723.53
Hex116755530113Ca74818
Octal211471251230217424711030
Binary1000111001111010101101001101000111110010100111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116755; }

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

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

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

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

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

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

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

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