#165C7C

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

Shades of Orient #165C7C

Tints of Orient #165C7C

Color information

#165C7C (or 0x165C7C) is unknown color: approx Orient. HEX triplet: 16, 5C and 7C. RGB value is (22,92,124). Sum of RGB (Red+Green+Blue) = 22+92+124=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #165C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C7C is #E9A383. Grayscale: #4A4A4A. Windows color (decimal): -15311748 or 8150038. OLE color: 8150038.

HSL color Cylindrical-coordinate representation of color #165C7C: hue angle of 198.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165C7C is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2292124-
CMYK0.820.2600.51
HSL198.82º69.86%28.63%-
HSV(B)198.82º82.26%48.63%-
XYZ7.89.2820.45-
YUV74.72155.8190.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 92 (36.33% from 255) = 38.66%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=9.24%
G=38.66%
B=52.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22921240.820.2600.51198.8269.8628.63
Hex165C7C521A033c7461d
Octal261341741223206330710635
Binary1011010111001111100101001011010011001111000111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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