#165659

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

Shades of Blue Stone #165659

Tints of Blue Stone #165659

Color information

#165659 (or 0x165659) is unknown color: approx Blue Stone. HEX triplet: 16, 56 and 59. RGB value is (22,86,89). Sum of RGB (Red+Green+Blue) = 22+86+89=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #165659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165659 is #E9A9A6. Grayscale: #434343. Windows color (decimal): -15313319 or 5854742. OLE color: 5854742.

HSL color Cylindrical-coordinate representation of color #165659: hue angle of 182.69º 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 #165659 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB228689-
CMYK0.750.0300.65
HSL182.69º60.36%21.76%-
HSV(B)182.69º75.28%34.9%-
XYZ5.467.5510.62-
YUV67.21140.395.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=11.17%
G=43.65%
B=45.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2286890.750.0300.65182.6960.3621.76
Hex1656594B3041b73c16
Octal26126131113301012677426
Binary1011010101101011001100101111010000011011011111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165659; }

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

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

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

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

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

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

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

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