#165B61

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

Shades of Blue Stone #165B61

Tints of Blue Stone #165B61

Color information

#165B61 (or 0x165B61) is unknown color: approx Blue Stone. HEX triplet: 16, 5B and 61. RGB value is (22,91,97). Sum of RGB (Red+Green+Blue) = 22+91+97=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #165B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B61 is #E9A49E. Grayscale: #464646. Windows color (decimal): -15312031 or 6380310. OLE color: 6380310.

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

Color convert

RGB229197-
CMYK0.770.0600.62
HSL184.8º63.03%23.33%-
HSV(B)184.8º77.32%38.04%-
XYZ6.238.5212.62-
YUV71.05142.6493.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=10.48%
G=43.33%
B=46.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2291970.770.0600.62184.863.0323.33
Hex165B614D603Eb93f17
Octal2613314111560762717727
Binary1011010110111100001100110111001111101011100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,91,97); }

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

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

 a { background-color: rgb(22,91,97); }

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

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

 span { border-color: rgb(22,91,97); }

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