#165759

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

Shades of Blue Stone #165759

Tints of Blue Stone #165759

Color information

#165759 (or 0x165759) is unknown color: approx Blue Stone. HEX triplet: 16, 57 and 59. RGB value is (22,87,89). Sum of RGB (Red+Green+Blue) = 22+87+89=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #165759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165759 is #E9A8A6. Grayscale: #434343. Windows color (decimal): -15313063 or 5854998. OLE color: 5854998.

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

Color convert

RGB228789-
CMYK0.750.0200.65
HSL181.79º60.36%21.76%-
HSV(B)181.79º75.28%34.9%-
XYZ5.547.7110.65-
YUV67.79139.9795.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=11.11%
G=43.94%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2287890.750.0200.65181.7960.3621.76
Hex1657594B2041b63c16
Octal26127131113201012667426
Binary1011010101111011001100101110010000011011011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165759; }

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

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

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

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

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

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

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

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