#165C60

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

Shades of Blue Stone #165C60

Tints of Blue Stone #165C60

Color information

#165C60 (or 0x165C60) is unknown color: approx Blue Stone. HEX triplet: 16, 5C and 60. RGB value is (22,92,96). Sum of RGB (Red+Green+Blue) = 22+92+96=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #165C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C60 is #E9A39F. Grayscale: #474747. Windows color (decimal): -15311776 or 6315030. OLE color: 6315030.

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

Color convert

RGB229296-
CMYK0.770.0400.62
HSL183.24º62.71%23.14%-
HSV(B)183.24º77.08%37.65%-
XYZ6.278.6712.41-
YUV71.53141.8192.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=10.48%
G=43.81%
B=45.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2292960.770.0400.62183.2462.7123.14
Hex165C604D403Eb73f17
Octal2613414011540762677727
Binary1011010111001100000100110110001111101011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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