#165C77

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

Shades of Orient #165C77

Tints of Orient #165C77

Color information

#165C77 (or 0x165C77) is unknown color: approx Orient. HEX triplet: 16, 5C and 77. RGB value is (22,92,119). Sum of RGB (Red+Green+Blue) = 22+92+119=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #165C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C77 is #E9A388. Grayscale: #494949. Windows color (decimal): -15311753 or 7822358. OLE color: 7822358.

HSL color Cylindrical-coordinate representation of color #165C77: hue angle of 196.7º 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 #165C77 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2292119-
CMYK0.820.2300.53
HSL196.7º68.79%27.65%-
HSV(B)196.7º81.51%46.67%-
XYZ7.499.1618.83-
YUV74.15153.3190.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=9.44%
G=39.48%
B=51.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22921190.820.2300.53196.768.7927.65
Hex165C775217035c5451c
Octal261341671222706530510534
Binary1011010111001110111101001010111011010111000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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