#166B5C

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

Shades of Blue Stone #166B5C

Tints of Blue Stone #166B5C

Color information

#166B5C (or 0x166B5C) is unknown color: approx Blue Stone. HEX triplet: 16, 6B and 5C. RGB value is (22,107,92). Sum of RGB (Red+Green+Blue) = 22+107+92=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #166B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166B5C is #E994A3. Grayscale: #4F4F4F. Windows color (decimal): -15307940 or 6056726. OLE color: 6056726.

HSL color Cylindrical-coordinate representation of color #166B5C: hue angle of 169.41º 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 #166B5C is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB2210792-
CMYK0.7900.140.58
HSL169.41º65.89%25.29%-
HSV(B)169.41º79.44%41.96%-
XYZ7.5211.4611.94-
YUV79.88134.8486.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=9.95%
G=48.42%
B=41.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107920.7900.140.58169.4165.8925.29
Hex166B5C4F0E3Aa94219
Octal261531341170167225110231
Binary101101101011101110010011110111011101010101001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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