#165676

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

Shades of Orient #165676

Tints of Orient #165676

Color information

#165676 (or 0x165676) is unknown color: approx Orient. HEX triplet: 16, 56 and 76. RGB value is (22,86,118). Sum of RGB (Red+Green+Blue) = 22+86+118=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #165676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165676 is #E9A989. Grayscale: #464646. Windows color (decimal): -15313290 or 7755286. OLE color: 7755286.

HSL color Cylindrical-coordinate representation of color #165676: hue angle of 200º 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 #165676 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2286118-
CMYK0.810.2700.54
HSL200º68.57%27.45%-
HSV(B)200º81.36%46.27%-
XYZ6.938.1318.34-
YUV70.51154.893.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.73%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=9.73%
G=38.05%
B=52.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22861180.810.2700.5420068.5727.45
Hex165676511B036c8451b
Octal261261661213306631010533
Binary1011010101101110110101000111011011011011001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165676; }

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

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

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

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

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

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

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

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