#165C5F

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

Shades of Blue Stone #165C5F

Tints of Blue Stone #165C5F

Color information

#165C5F (or 0x165C5F) is unknown color: approx Blue Stone. HEX triplet: 16, 5C and 5F. RGB value is (22,92,95). Sum of RGB (Red+Green+Blue) = 22+92+95=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #165C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C5F is #E9A3A0. Grayscale: #474747. Windows color (decimal): -15311777 or 6249494. OLE color: 6249494.

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

Color convert

RGB229295-
CMYK0.770.0300.63
HSL182.47º62.39%22.94%-
HSV(B)182.47º76.84%37.25%-
XYZ6.228.6512.17-
YUV71.41141.3192.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=10.53%
G=44.02%
B=45.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2292950.770.0300.63182.4762.3922.94
Hex165C5F4D303Fb63e17
Octal2613413711530772667627
Binary101101011100101111110011011101111111011011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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