#165A6C

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

Shades of Orient #165A6C

Tints of Orient #165A6C

Color information

#165A6C (or 0x165A6C) is unknown color: approx Orient. HEX triplet: 16, 5A and 6C. RGB value is (22,90,108). Sum of RGB (Red+Green+Blue) = 22+90+108=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #165A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6C is #E9A593. Grayscale: #474747. Windows color (decimal): -15312276 or 7100950. OLE color: 7100950.

HSL color Cylindrical-coordinate representation of color #165A6C: hue angle of 192.56º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165A6C is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2290108-
CMYK0.800.1700.58
HSL192.56º66.15%25.49%-
HSV(B)192.56º79.63%42.35%-
XYZ6.698.5715.49-
YUV71.72148.4792.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=10%
G=40.91%
B=49.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22901080.800.1700.58192.5666.1525.49
Hex165A6C501103Ac14219
Octal261321541202107230110231
Binary1011010110101101100101000010001011101011000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,108); }

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

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

 a { background-color: rgb(22,90,108); }

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

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

 span { border-color: rgb(22,90,108); }

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