#165B72

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

Shades of Orient #165B72

Tints of Orient #165B72

Color information

#165B72 (or 0x165B72) is unknown color: approx Orient. HEX triplet: 16, 5B and 72. RGB value is (22,91,114). Sum of RGB (Red+Green+Blue) = 22+91+114=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #165B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B72 is #E9A48D. Grayscale: #484848. Windows color (decimal): -15312014 or 7494422. OLE color: 7494422.

HSL color Cylindrical-coordinate representation of color #165B72: hue angle of 195º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165B72 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2291114-
CMYK0.810.2000.55
HSL195º67.65%26.67%-
HSV(B)195º80.7%44.71%-
XYZ7.118.8717.26-
YUV72.99151.1491.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=9.69%
G=40.09%
B=50.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22911140.810.2000.5519567.6526.67
Hex165B725114037c3441b
Octal261331621212406730310433
Binary1011010110111110010101000110100011011111000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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