#165756

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

Shades of Blue Stone #165756

Tints of Blue Stone #165756

Color information

#165756 (or 0x165756) is unknown color: approx Blue Stone. HEX triplet: 16, 57 and 56. RGB value is (22,87,86). Sum of RGB (Red+Green+Blue) = 22+87+86=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #165756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165756 is #E9A8A9. Grayscale: #434343. Windows color (decimal): -15313066 or 5658390. OLE color: 5658390.

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

Color convert

RGB228786-
CMYK0.7500.010.66
HSL179.08º59.63%21.37%-
HSV(B)179.08º74.71%34.12%-
XYZ5.427.6610-
YUV67.45138.4795.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=11.28%
G=44.62%
B=44.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2287860.7500.010.66179.0859.6321.37
Hex1657564B0142b33c15
Octal26127126113011022637425
Binary101101010111101011010010110110000101011001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165756; }

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

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

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

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

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

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

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

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