#165256

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

Shades of Blue Stone #165256

Tints of Blue Stone #165256

Color information

#165256 (or 0x165256) is unknown color: approx Blue Stone. HEX triplet: 16, 52 and 56. RGB value is (22,82,86). Sum of RGB (Red+Green+Blue) = 22+82+86=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #165256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165256 is #E9ADA9. Grayscale: #404040. Windows color (decimal): -15314346 or 5657110. OLE color: 5657110.

HSL color Cylindrical-coordinate representation of color #165256: hue angle of 183.75º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165256 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB228286-
CMYK0.740.0500.66
HSL183.75º59.26%21.18%-
HSV(B)183.75º74.42%33.73%-
XYZ5.036.889.87-
YUV64.52140.1297.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=11.58%
G=43.16%
B=45.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2282860.740.0500.66183.7559.2621.18
Hex1652564A5042b83b15
Octal26122126112501022707325
Binary10110101001010101101001010101010000101011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165256; }

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

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

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

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

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

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

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

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