#165678

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

Shades of Orient #165678

Tints of Orient #165678

Color information

#165678 (or 0x165678) is unknown color: approx Orient. HEX triplet: 16, 56 and 78. RGB value is (22,86,120). Sum of RGB (Red+Green+Blue) = 22+86+120=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #165678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165678 is #E9A987. Grayscale: #464646. Windows color (decimal): -15313288 or 7886358. OLE color: 7886358.

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

Color convert

RGB2286120-
CMYK0.820.2800.53
HSL200.82º69.01%27.84%-
HSV(B)200.82º81.67%47.06%-
XYZ7.058.1818.98-
YUV70.74155.893.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=9.65%
G=37.72%
B=52.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22861200.820.2800.53200.8269.0127.84
Hex165678521C035c9451c
Octal261261701223406531110534
Binary1011010101101111000101001011100011010111001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165678; }

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

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

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

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

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

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

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

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