#165A69

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

Shades of Blue Stone #165A69

Tints of Blue Stone #165A69

Color information

#165A69 (or 0x165A69) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 69. RGB value is (22,90,105). Sum of RGB (Red+Green+Blue) = 22+90+105=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #165A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A69 is #E9A596. Grayscale: #474747. Windows color (decimal): -15312279 or 6904342. OLE color: 6904342.

HSL color Cylindrical-coordinate representation of color #165A69: hue angle of 190.84º 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 #165A69 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2290105-
CMYK0.790.1400.59
HSL190.84º65.35%24.9%-
HSV(B)190.84º79.05%41.18%-
XYZ6.548.514.66-
YUV71.38146.9792.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=10.14%
G=41.47%
B=48.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22901050.790.1400.59190.8465.3524.9
Hex165A694FE03Bbf4119
Octal261321511171607327710131
Binary101101011010110100110011111110011101110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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