#165B6E

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

Shades of Orient #165B6E

Tints of Orient #165B6E

Color information

#165B6E (or 0x165B6E) is unknown color: approx Orient. HEX triplet: 16, 5B and 6E. RGB value is (22,91,110). Sum of RGB (Red+Green+Blue) = 22+91+110=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #165B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B6E is #E9A491. Grayscale: #484848. Windows color (decimal): -15312018 or 7232278. OLE color: 7232278.

HSL color Cylindrical-coordinate representation of color #165B6E: hue angle of 192.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165B6E is Cyan = 0.8, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2291110-
CMYK0.80.1700.57
HSL192.95º66.67%25.88%-
HSV(B)192.95º80%43.14%-
XYZ6.898.7816.08-
YUV72.54149.1491.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=9.87%
G=40.81%
B=49.33%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22911100.80.1700.57192.9566.6725.88
Hex165B6E5011039c1431a
Octal261331561202107130110332
Binary1011010110111101110101000010001011100111000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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