#165F69

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

Shades of Blue Stone #165F69

Tints of Blue Stone #165F69

Color information

#165F69 (or 0x165F69) is unknown color: approx Blue Stone. HEX triplet: 16, 5F and 69. RGB value is (22,95,105). Sum of RGB (Red+Green+Blue) = 22+95+105=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #165F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F69 is #E9A096. Grayscale: #4A4A4A. Windows color (decimal): -15310999 or 6905622. OLE color: 6905622.

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

Color convert

RGB2295105-
CMYK0.790.1000.59
HSL187.23º65.35%24.9%-
HSV(B)187.23º79.05%41.18%-
XYZ6.979.3714.81-
YUV74.31145.3290.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 95 (37.5% from 255) = 42.79%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=9.91%
G=42.79%
B=47.30%

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
Decimal22951050.790.1000.59187.2365.3524.9
Hex165F694FA03Bbb4119
Octal261371511171207327310131
Binary101101011111110100110011111010011101110111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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