#165F67

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

Shades of Blue Stone #165F67

Tints of Blue Stone #165F67

Color information

#165F67 (or 0x165F67) is unknown color: approx Blue Stone. HEX triplet: 16, 5F and 67. RGB value is (22,95,103). Sum of RGB (Red+Green+Blue) = 22+95+103=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #165F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F67 is #E9A098. Grayscale: #494949. Windows color (decimal): -15311001 or 6774550. OLE color: 6774550.

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

Color convert

RGB2295103-
CMYK0.790.0800.60
HSL185.93º64.8%24.51%-
HSV(B)185.93º78.64%40.39%-
XYZ6.879.3314.27-
YUV74.08144.3290.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=10%
G=43.18%
B=46.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22951030.790.0800.60185.9364.824.51
Hex165F674F803Cba4119
Octal261371471171007427210131
Binary101101011111110011110011111000011110010111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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