Shades of Orient #165E7A
Tints of Orient #165E7A
RGB
CMYK
RGB Variations
Color information
#165E7A (or 0x165E7A) is known color: Orient. HEX triplet: 16, 5E and 7A. RGB value is (22,94,122). Sum of RGB (Red+Green+Blue) = 22+94+122=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #165E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E7A is #E9A185. Grayscale: #4B4B4B. Windows color (decimal): -15311238 or 8019478. OLE color: 8019478.
HSL color Cylindrical-coordinate representation of color #165E7A: hue angle of 196.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165E7A is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 94 | 122 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.52 |
| HSL | 196.8º | 0.69% | 0.28% | - |
| HSV(B) | 196.8º | 0.82% | 0.48% | - |
| XYZ | 7.85 | 9.58 | 19.85 | - |
| YUV | 75.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 122 | 0.82 | 0.23 | 0 | 0.52 | 196.8 | 0.69 | 0.28 |
| Hex | 16 | 5E | 7A | 52 | 17 | 0 | 34 | C5 | 45 | 1C |
| Octal | 26 | 136 | 172 | 122 | 27 | 0 | 64 | 305 | 105 | 34 |
| Binary | 10110 | 1011110 | 1111010 | 1010010 | 10111 | 0 | 110100 | 11000101 | 1000101 | 11100 |
Color Harmonies of #165E7A
Complementary color
Monochromatic Colors of #165E7A
Black with #165E7A
Text Example
Text Example
White with #165E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E7A; }
p { color: rgb(22,94,122); }
H1.HeaderClassName
{
color: #165E7A;
}
.AnyTagClassName
{
color: #165E7A;
}
</style>
background-color css
<style>
a { background-color: #165E7A; }
a { background-color: rgb(22,94,122); }
div.DivClassName
{
background-color: #165E7A;
}
.BgClassName
{
background-color: #165E7A;
}
</style>
border-color css
<style>
span { border-color: #165E7A; }
span { border-color: rgb(22,94,122); }
td.TdClassName
{
border-color: #165E7A;
}
.TagClassName
{
border-color: #165E7A;
}
</style>