Shades of Orient #165D79
Tints of Orient #165D79
RGB
CMYK
RGB Variations
Color information
#165D79 (or 0x165D79) is known color: Orient. HEX triplet: 16, 5D and 79. RGB value is (22,93,121). Sum of RGB (Red+Green+Blue) = 22+93+121=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #165D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165D79 is #E9A286. Grayscale: #4A4A4A. Windows color (decimal): -15311495 or 7953686. OLE color: 7953686.
HSL color Cylindrical-coordinate representation of color #165D79: hue angle of 196.97º 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 #165D79 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 93 | 121 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.53 |
| HSL | 196.97º | 0.69% | 0.28% | - |
| HSV(B) | 196.97º | 0.82% | 0.47% | - |
| XYZ | 7.7 | 9.38 | 19.49 | - |
| YUV | 74.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 121 | 0.82 | 0.23 | 0 | 0.53 | 196.97 | 0.69 | 0.28 |
| Hex | 16 | 5D | 79 | 52 | 17 | 0 | 35 | C5 | 45 | 1C |
| Octal | 26 | 135 | 171 | 122 | 27 | 0 | 65 | 305 | 105 | 34 |
| Binary | 10110 | 1011101 | 1111001 | 1010010 | 10111 | 0 | 110101 | 11000101 | 1000101 | 11100 |
Color Harmonies of #165D79
Complementary color
Monochromatic Colors of #165D79
Black with #165D79
Text Example
Text Example
White with #165D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165D79; }
p { color: rgb(22,93,121); }
H1.HeaderClassName
{
color: #165D79;
}
.AnyTagClassName
{
color: #165D79;
}
</style>
background-color css
<style>
a { background-color: #165D79; }
a { background-color: rgb(22,93,121); }
div.DivClassName
{
background-color: #165D79;
}
.BgClassName
{
background-color: #165D79;
}
</style>
border-color css
<style>
span { border-color: #165D79; }
span { border-color: rgb(22,93,121); }
td.TdClassName
{
border-color: #165D79;
}
.TagClassName
{
border-color: #165D79;
}
</style>