#165F63

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

Shades of Blue Stone #165F63

Tints of Blue Stone #165F63

Color information

#165F63 (or 0x165F63) is unknown color: approx Blue Stone. HEX triplet: 16, 5F and 63. RGB value is (22,95,99). Sum of RGB (Red+Green+Blue) = 22+95+99=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #165F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F63 is #E9A09C. Grayscale: #494949. Windows color (decimal): -15311005 or 6512406. OLE color: 6512406.

HSL color Cylindrical-coordinate representation of color #165F63: hue angle of 183.12º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165F63 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB229599-
CMYK0.780.0400.61
HSL183.12º63.64%23.73%-
HSV(B)183.12º77.78%38.82%-
XYZ6.689.2613.24-
YUV73.63142.3291.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=10.19%
G=43.98%
B=45.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2295990.780.0400.61183.1263.6423.73
Hex165F634E403Db74018
Octal26137143116407526710030
Binary10110101111111000111001110100011110110110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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