#165962

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

Shades of Blue Stone #165962

Tints of Blue Stone #165962

Color information

#165962 (or 0x165962) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 62. RGB value is (22,89,98). Sum of RGB (Red+Green+Blue) = 22+89+98=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #165962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165962 is #E9A69D. Grayscale: #454545. Windows color (decimal): -15312542 or 6445334. OLE color: 6445334.

HSL color Cylindrical-coordinate representation of color #165962: hue angle of 187.11º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165962 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB228998-
CMYK0.780.0900.62
HSL187.11º63.33%23.53%-
HSV(B)187.11º77.55%38.43%-
XYZ6.118.212.82-
YUV69.99143.893.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=10.53%
G=42.58%
B=46.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2289980.780.0900.62187.1163.3323.53
Hex1659624E903Ebb3f18
Octal26131142116110762737730
Binary10110101100111000101001110100101111101011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165962; }

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

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

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

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

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

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

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

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