#16565F

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

Shades of Blue Stone #16565F

Tints of Blue Stone #16565F

Color information

#16565F (or 0x16565F) is unknown color: approx Blue Stone. HEX triplet: 16, 56 and 5F. RGB value is (22,86,95). Sum of RGB (Red+Green+Blue) = 22+86+95=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #16565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16565F is #E9A9A0. Grayscale: #434343. Windows color (decimal): -15313313 or 6247958. OLE color: 6247958.

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

Color convert

RGB228695-
CMYK0.770.0900.63
HSL187.4º62.39%22.94%-
HSV(B)187.4º76.84%37.25%-
XYZ5.727.6512-
YUV67.89143.395.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=10.84%
G=42.36%
B=46.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2286950.770.0900.63187.462.3922.94
Hex16565F4D903Fbb3e17
Octal26126137115110772737627
Binary10110101011010111111001101100101111111011101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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