#16595E

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

Shades of Blue Stone #16595E

Tints of Blue Stone #16595E

Color information

#16595E (or 0x16595E) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 5E. RGB value is (22,89,94). Sum of RGB (Red+Green+Blue) = 22+89+94=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #16595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16595E is #E9A6A1. Grayscale: #454545. Windows color (decimal): -15312546 or 6183190. OLE color: 6183190.

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

Color convert

RGB228994-
CMYK0.770.0500.63
HSL184.17º62.07%22.75%-
HSV(B)184.17º76.6%36.86%-
XYZ5.928.1211.85-
YUV69.54141.894.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=10.73%
G=43.41%
B=45.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2289940.770.0500.63184.1762.0722.75
Hex16595E4D503Fb83e17
Octal2613113611550772707627
Binary1011010110011011110100110110101111111011100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16595E; }

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

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

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

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

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

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

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

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