#165D69

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

Shades of Blue Stone #165D69

Tints of Blue Stone #165D69

Color information

#165D69 (or 0x165D69) is unknown color: approx Blue Stone. HEX triplet: 16, 5D and 69. RGB value is (22,93,105). Sum of RGB (Red+Green+Blue) = 22+93+105=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #165D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D69 is #E9A296. Grayscale: #494949. Windows color (decimal): -15311511 or 6905110. OLE color: 6905110.

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

Color convert

RGB2293105-
CMYK0.790.1100.59
HSL188.67º65.35%24.9%-
HSV(B)188.67º79.05%41.18%-
XYZ6.89.0214.75-
YUV73.14145.9891.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=10%
G=42.27%
B=47.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22931050.790.1100.59188.6765.3524.9
Hex165D694FB03Bbd4119
Octal261351511171307327510131
Binary101101011101110100110011111011011101110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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