#165860

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

Shades of Blue Stone #165860

Tints of Blue Stone #165860

Color information

#165860 (or 0x165860) is unknown color: approx Blue Stone. HEX triplet: 16, 58 and 60. RGB value is (22,88,96). Sum of RGB (Red+Green+Blue) = 22+88+96=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #165860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165860 is #E9A79F. Grayscale: #454545. Windows color (decimal): -15312800 or 6314006. OLE color: 6314006.

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

Color convert

RGB228896-
CMYK0.770.0800.62
HSL186.49º62.71%23.14%-
HSV(B)186.49º77.08%37.65%-
XYZ5.937.9912.3-
YUV69.18143.1394.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=10.68%
G=42.72%
B=46.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2288960.770.0800.62186.4962.7123.14
Hex1658604D803Eba3f17
Octal26130140115100762727727
Binary10110101100011000001001101100001111101011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165860; }

 p { color: rgb(22,88,96); }

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

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

 a { background-color: rgb(22,88,96); }

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

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

 span { border-color: rgb(22,88,96); }

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