#165861

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

Shades of Blue Stone #165861

Tints of Blue Stone #165861

Color information

#165861 (or 0x165861) is unknown color: approx Blue Stone. HEX triplet: 16, 58 and 61. RGB value is (22,88,97). Sum of RGB (Red+Green+Blue) = 22+88+97=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #165861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165861 is #E9A79E. Grayscale: #454545. Windows color (decimal): -15312799 or 6379542. OLE color: 6379542.

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

Color convert

RGB228897-
CMYK0.770.0900.62
HSL187.2º63.03%23.33%-
HSV(B)187.2º77.32%38.04%-
XYZ5.988.0112.54-
YUV69.29143.6394.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=10.63%
G=42.51%
B=46.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2288970.770.0900.62187.263.0323.33
Hex1658614D903Ebb3f17
Octal26130141115110762737727
Binary10110101100011000011001101100101111101011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165861; }

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

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

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

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

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

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

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

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