#165C7B

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

Shades of Orient #165C7B

Tints of Orient #165C7B

Color information

#165C7B (or 0x165C7B) is unknown color: approx Orient. HEX triplet: 16, 5C and 7B. RGB value is (22,92,123). Sum of RGB (Red+Green+Blue) = 22+92+123=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #165C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C7B is #E9A384. Grayscale: #4A4A4A. Windows color (decimal): -15311749 or 8084502. OLE color: 8084502.

HSL color Cylindrical-coordinate representation of color #165C7B: hue angle of 198.42º degrees, saturation: 0.7, 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 #165C7B is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2292123-
CMYK0.820.2500.52
HSL198.42º69.66%28.43%-
HSV(B)198.42º82.11%48.24%-
XYZ7.739.2520.12-
YUV74.6155.3190.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=9.28%
G=38.82%
B=51.90%

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
Decimal22921230.820.2500.52198.4269.6628.43
Hex165C7B5219034c6461c
Octal261341731223106430610634
Binary1011010111001111011101001011001011010011000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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