#165A59

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

Shades of Blue Stone #165A59

Tints of Blue Stone #165A59

Color information

#165A59 (or 0x165A59) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 59. RGB value is (22,90,89). Sum of RGB (Red+Green+Blue) = 22+90+89=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #165A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A59 is #E9A5A6. Grayscale: #454545. Windows color (decimal): -15312295 or 5855766. OLE color: 5855766.

HSL color Cylindrical-coordinate representation of color #165A59: hue angle of 179.12º 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 #165A59 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB229089-
CMYK0.7600.010.65
HSL179.12º60.71%21.96%-
HSV(B)179.12º75.56%35.29%-
XYZ5.798.210.73-
YUV69.55138.9794.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=10.95%
G=44.78%
B=44.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2290890.7600.010.65179.1260.7121.96
Hex165A594C0141b33d16
Octal26132131114011012637526
Binary101101011010101100110011000110000011011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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