#165E69

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

Shades of Blue Stone #165E69

Tints of Blue Stone #165E69

Color information

#165E69 (or 0x165E69) is unknown color: approx Blue Stone. HEX triplet: 16, 5E and 69. RGB value is (22,94,105). Sum of RGB (Red+Green+Blue) = 22+94+105=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #165E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E69 is #E9A196. Grayscale: #494949. Windows color (decimal): -15311255 or 6905366. OLE color: 6905366.

HSL color Cylindrical-coordinate representation of color #165E69: hue angle of 187.95º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165E69 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2294105-
CMYK0.790.1000.59
HSL187.95º65.35%24.9%-
HSV(B)187.95º79.05%41.18%-
XYZ6.889.214.78-
YUV73.73145.6591.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=9.95%
G=42.53%
B=47.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22941050.790.1000.59187.9565.3524.9
Hex165E694FA03Bbc4119
Octal261361511171207327410131
Binary101101011110110100110011111010011101110111100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165E69; }

 p { color: rgb(22,94,105); }

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

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

 a { background-color: rgb(22,94,105); }

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

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

 span { border-color: rgb(22,94,105); }

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