#165D77

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

Shades of Orient #165D77

Tints of Orient #165D77

Color information

#165D77 (or 0x165D77) is unknown color: approx Orient. HEX triplet: 16, 5D and 77. RGB value is (22,93,119). Sum of RGB (Red+Green+Blue) = 22+93+119=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #165D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D77 is #E9A288. Grayscale: #4A4A4A. Windows color (decimal): -15311497 or 7822614. OLE color: 7822614.

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

Color convert

RGB2293119-
CMYK0.820.2200.53
HSL196.08º68.79%27.65%-
HSV(B)196.08º81.51%46.67%-
XYZ7.589.3318.85-
YUV74.74152.9890.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=9.40%
G=39.74%
B=50.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22931190.820.2200.53196.0868.7927.65
Hex165D775216035c4451c
Octal261351671222606530410534
Binary1011010111011110111101001010110011010111000100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,93,119); }

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

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

 a { background-color: rgb(22,93,119); }

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

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

 span { border-color: rgb(22,93,119); }

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