#166259

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

Shades of Blue Stone #166259

Tints of Blue Stone #166259

Color information

#166259 (or 0x166259) is unknown color: approx Blue Stone. HEX triplet: 16, 62 and 59. RGB value is (22,98,89). Sum of RGB (Red+Green+Blue) = 22+98+89=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #166259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166259 is #E99DA6. Grayscale: #4A4A4A. Windows color (decimal): -15310247 or 5857814. OLE color: 5857814.

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

Color convert

RGB229889-
CMYK0.7800.090.62
HSL172.89º63.33%23.53%-
HSV(B)172.89º77.55%38.43%-
XYZ6.59.6310.97-
YUV74.25136.3290.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=10.53%
G=46.89%
B=42.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298890.7800.090.62172.8963.3323.53
Hex1662594E093Ead3f18
Octal26142131116011762557730
Binary10110110001010110011001110010011111101010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166259; }

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

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

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

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

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

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

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

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