#165958

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

Shades of Blue Stone #165958

Tints of Blue Stone #165958

Color information

#165958 (or 0x165958) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 58. RGB value is (22,89,88). Sum of RGB (Red+Green+Blue) = 22+89+88=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #165958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165958 is #E9A6A7. Grayscale: #444444. Windows color (decimal): -15312552 or 5789974. OLE color: 5789974.

HSL color Cylindrical-coordinate representation of color #165958: hue angle of 179.1º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165958 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB228988-
CMYK0.7500.010.65
HSL179.1º60.36%21.76%-
HSV(B)179.1º75.28%34.9%-
XYZ5.668.0210.48-
YUV68.85138.894.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=11.06%
G=44.72%
B=44.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289880.7500.010.65179.160.3621.76
Hex1659584B0141b33c16
Octal26131130113011012637426
Binary101101011001101100010010110110000011011001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165958; }

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

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

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

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

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

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

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

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