#166059

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

Shades of Blue Stone #166059

Tints of Blue Stone #166059

Color information

#166059 (or 0x166059) is unknown color: approx Blue Stone. HEX triplet: 16, 60 and 59. RGB value is (22,96,89). Sum of RGB (Red+Green+Blue) = 22+96+89=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #166059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166059 is #E99FA6. Grayscale: #494949. Windows color (decimal): -15310759 or 5857302. OLE color: 5857302.

HSL color Cylindrical-coordinate representation of color #166059: hue angle of 174.32º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166059 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB229689-
CMYK0.7700.070.62
HSL174.32º62.71%23.14%-
HSV(B)174.32º77.08%37.65%-
XYZ6.329.2610.91-
YUV73.08136.9891.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=10.63%
G=46.38%
B=43.00%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296890.7700.070.62174.3262.7123.14
Hex1660594D073Eae3f17
Octal2614013111507762567727
Binary1011011000001011001100110101111111101010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166059; }

 p { color: rgb(22,96,89); }

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

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

 a { background-color: rgb(22,96,89); }

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

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

 span { border-color: rgb(22,96,89); }

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