#165A56

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

Shades of Blue Stone #165A56

Tints of Blue Stone #165A56

Color information

#165A56 (or 0x165A56) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 56. RGB value is (22,90,86). Sum of RGB (Red+Green+Blue) = 22+90+86=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #165A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A56 is #E9A5A9. Grayscale: #454545. Windows color (decimal): -15312298 or 5659158. OLE color: 5659158.

HSL color Cylindrical-coordinate representation of color #165A56: hue angle of 176.47º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A56 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB229086-
CMYK0.7600.040.65
HSL176.47º60.71%21.96%-
HSV(B)176.47º75.56%35.29%-
XYZ5.678.1510.08-
YUV69.21137.4794.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=11.11%
G=45.45%
B=43.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2290860.7600.040.65176.4760.7121.96
Hex165A564C0441b03d16
Octal26132126114041012607526
Binary10110101101010101101001100010010000011011000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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