#165B73

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

Shades of Orient #165B73

Tints of Orient #165B73

Color information

#165B73 (or 0x165B73) is unknown color: approx Orient. HEX triplet: 16, 5B and 73. RGB value is (22,91,115). Sum of RGB (Red+Green+Blue) = 22+91+115=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #165B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B73 is #E9A48C. Grayscale: #484848. Windows color (decimal): -15312013 or 7559958. OLE color: 7559958.

HSL color Cylindrical-coordinate representation of color #165B73: hue angle of 195.48º 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 #165B73 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2291115-
CMYK0.810.2100.55
HSL195.48º67.88%26.86%-
HSV(B)195.48º80.87%45.1%-
XYZ7.178.8917.56-
YUV73.1151.6491.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=9.65%
G=39.91%
B=50.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22911150.810.2100.55195.4867.8826.86
Hex165B735115037c3441b
Octal261331631212506730310433
Binary1011010110111110011101000110101011011111000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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