#166B5D

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

Shades of Blue Stone #166B5D

Tints of Blue Stone #166B5D

Color information

#166B5D (or 0x166B5D) is unknown color: approx Blue Stone. HEX triplet: 16, 6B and 5D. RGB value is (22,107,93). Sum of RGB (Red+Green+Blue) = 22+107+93=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #166B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B5D is #E994A2. Grayscale: #4F4F4F. Windows color (decimal): -15307939 or 6122262. OLE color: 6122262.

HSL color Cylindrical-coordinate representation of color #166B5D: hue angle of 170.12º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166B5D is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB2210793-
CMYK0.7900.130.58
HSL170.12º65.89%25.29%-
HSV(B)170.12º79.44%41.96%-
XYZ7.5611.4812.17-
YUV79.99135.3486.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=9.91%
G=48.20%
B=41.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107930.7900.130.58170.1265.8925.29
Hex166B5D4F0D3Aaa4219
Octal261531351170157225210231
Binary101101101011101110110011110110111101010101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166B5D; }

 p { color: rgb(22,107,93); }

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

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

 a { background-color: rgb(22,107,93); }

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

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

 span { border-color: rgb(22,107,93); }

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