#165E5A

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

Shades of Blue Stone #165E5A

Tints of Blue Stone #165E5A

Color information

#165E5A (or 0x165E5A) is unknown color: approx Blue Stone. HEX triplet: 16, 5E and 5A. RGB value is (22,94,90). Sum of RGB (Red+Green+Blue) = 22+94+90=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #165E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E5A is #E9A1A5. Grayscale: #474747. Windows color (decimal): -15311270 or 5922326. OLE color: 5922326.

HSL color Cylindrical-coordinate representation of color #165E5A: hue angle of 176.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E5A is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB229490-
CMYK0.7700.040.63
HSL176.67º62.07%22.75%-
HSV(B)176.67º76.6%36.86%-
XYZ6.188.9111.07-
YUV72.02138.1592.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=10.68%
G=45.63%
B=43.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2294900.7700.040.63176.6762.0722.75
Hex165E5A4D043Fb13e17
Octal2613613211504772617627
Binary1011010111101011010100110101001111111011000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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