#166359

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

Shades of Blue Stone #166359

Tints of Blue Stone #166359

Color information

#166359 (or 0x166359) is unknown color: approx Blue Stone. HEX triplet: 16, 63 and 59. RGB value is (22,99,89). Sum of RGB (Red+Green+Blue) = 22+99+89=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #166359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166359 is #E99CA6. Grayscale: #4A4A4A. Windows color (decimal): -15309991 or 5858070. OLE color: 5858070.

HSL color Cylindrical-coordinate representation of color #166359: hue angle of 172.21º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166359 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB229989-
CMYK0.7800.100.61
HSL172.21º63.64%23.73%-
HSV(B)172.21º77.78%38.82%-
XYZ6.69.8211-
YUV74.84135.9990.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 99 (39.06% from 255) = 47.14%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=10.48%
G=47.14%
B=42.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2299890.7800.100.61172.2163.6423.73
Hex1663594E0A3Dac4018
Octal261431311160127525410030
Binary101101100011101100110011100101011110110101100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166359; }

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

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

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

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

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

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

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

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