#165670

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

Shades of Orient #165670

Tints of Orient #165670

Color information

#165670 (or 0x165670) is unknown color: approx Orient. HEX triplet: 16, 56 and 70. RGB value is (22,86,112). Sum of RGB (Red+Green+Blue) = 22+86+112=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #165670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165670 is #E9A98F. Grayscale: #454545. Windows color (decimal): -15313296 or 7362070. OLE color: 7362070.

HSL color Cylindrical-coordinate representation of color #165670: hue angle of 197.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165670 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2286112-
CMYK0.800.2300.56
HSL197.33º67.16%26.27%-
HSV(B)197.33º80.36%43.92%-
XYZ6.58816.53-
YUV69.83151.893.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=10%
G=39.09%
B=50.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22861120.800.2300.56197.3367.1626.27
Hex1656705017038c5431a
Octal261261601202707030510332
Binary1011010101101110000101000010111011100011000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165670; }

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

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

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

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

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

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

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

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