#16595F

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

Shades of Blue Stone #16595F

Tints of Blue Stone #16595F

Color information

#16595F (or 0x16595F) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 5F. RGB value is (22,89,95). Sum of RGB (Red+Green+Blue) = 22+89+95=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #16595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16595F is #E9A6A0. Grayscale: #454545. Windows color (decimal): -15312545 or 6248726. OLE color: 6248726.

HSL color Cylindrical-coordinate representation of color #16595F: hue angle of 184.93º 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 #16595F is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB228995-
CMYK0.770.0600.63
HSL184.93º62.39%22.94%-
HSV(B)184.93º76.84%37.25%-
XYZ5.978.1412.08-
YUV69.65142.394.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=10.68%
G=43.20%
B=46.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2289950.770.0600.63184.9362.3922.94
Hex16595F4D603Fb93e17
Octal2613113711560772717627
Binary1011010110011011111100110111001111111011100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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