#165A5F

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

Shades of Blue Stone #165A5F

Tints of Blue Stone #165A5F

Color information

#165A5F (or 0x165A5F) is unknown color: approx Blue Stone. HEX triplet: 16, 5A and 5F. RGB value is (22,90,95). Sum of RGB (Red+Green+Blue) = 22+90+95=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #165A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A5F is #E9A5A0. Grayscale: #464646. Windows color (decimal): -15312289 or 6248982. OLE color: 6248982.

HSL color Cylindrical-coordinate representation of color #165A5F: hue angle of 184.11º 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 #165A5F is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB229095-
CMYK0.770.0500.63
HSL184.11º62.39%22.94%-
HSV(B)184.11º76.84%37.25%-
XYZ6.058.3112.11-
YUV70.24141.9793.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=10.63%
G=43.48%
B=45.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2290950.770.0500.63184.1162.3922.94
Hex165A5F4D503Fb83e17
Octal2613213711550772707627
Binary1011010110101011111100110110101111111011100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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