#165776

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

Shades of Orient #165776

Tints of Orient #165776

Color information

#165776 (or 0x165776) is unknown color: approx Orient. HEX triplet: 16, 57 and 76. RGB value is (22,87,118). Sum of RGB (Red+Green+Blue) = 22+87+118=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #165776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165776 is #E9A889. Grayscale: #464646. Windows color (decimal): -15313034 or 7755542. OLE color: 7755542.

HSL color Cylindrical-coordinate representation of color #165776: hue angle of 199.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165776 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2287118-
CMYK0.810.2600.54
HSL199.38º68.57%27.45%-
HSV(B)199.38º81.36%46.27%-
XYZ7.018.2918.37-
YUV71.1154.4792.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=9.69%
G=38.33%
B=51.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22871180.810.2600.54199.3868.5727.45
Hex165776511A036c7451b
Octal261271661213206630710533
Binary1011010101111110110101000111010011011011000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165776; }

 p { color: rgb(22,87,118); }

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

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

 a { background-color: rgb(22,87,118); }

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

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

 span { border-color: rgb(22,87,118); }

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