#165952

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

Shades of Blue Stone #165952

Tints of Blue Stone #165952

Color information

#165952 (or 0x165952) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 52. RGB value is (22,89,82). Sum of RGB (Red+Green+Blue) = 22+89+82=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #165952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165952 is #E9A6AD. Grayscale: #444444. Windows color (decimal): -15312558 or 5396758. OLE color: 5396758.

HSL color Cylindrical-coordinate representation of color #165952: hue angle of 173.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165952 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB228982-
CMYK0.7500.080.65
HSL173.73º60.36%21.76%-
HSV(B)173.73º75.28%34.9%-
XYZ5.437.929.23-
YUV68.17135.895.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=11.40%
G=46.11%
B=42.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289820.7500.080.65173.7360.3621.76
Hex1659524B0841ae3c16
Octal261311221130101012567426
Binary101101011001101001010010110100010000011010111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165952; }

 p { color: rgb(22,89,82); }

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

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

 a { background-color: rgb(22,89,82); }

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

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

 span { border-color: rgb(22,89,82); }

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