#165C7A

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

Shades of Orient #165C7A

Tints of Orient #165C7A

Color information

#165C7A (or 0x165C7A) is unknown color: approx Orient. HEX triplet: 16, 5C and 7A. RGB value is (22,92,122). Sum of RGB (Red+Green+Blue) = 22+92+122=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #165C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C7A is #E9A385. Grayscale: #4A4A4A. Windows color (decimal): -15311750 or 8018966. OLE color: 8018966.

HSL color Cylindrical-coordinate representation of color #165C7A: hue angle of 198º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165C7A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2292122-
CMYK0.820.2500.52
HSL198º69.44%28.24%-
HSV(B)198º81.97%47.84%-
XYZ7.679.2319.79-
YUV74.49154.8190.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=9.32%
G=38.98%
B=51.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22921220.820.2500.5219869.4428.24
Hex165C7A5219034c6451c
Octal261341721223106430610534
Binary1011010111001111010101001011001011010011000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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