Shades of Orient #165C7A
Tints of Orient #165C7A
RGB
CMYK
RGB Variations
Color information
#165C7A (or 0x165C7A) is known color: Orient. HEX triplet: 16, 5C and 7A. RGB value is (22,92,122). Sum of RGB (Red+Green+Blue) = 22+92+122=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #165C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C7A is #E9A385. Grayscale: #4A4A4A. Windows color (decimal): -15311750 or 8018966. OLE color: 8018966.
HSL color Cylindrical-coordinate representation of color #165C7A: hue angle of 198º 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 #165C7A is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 92 | 122 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.52 |
| HSL | 198º | 0.69% | 0.28% | - |
| HSV(B) | 198º | 0.82% | 0.48% | - |
| XYZ | 7.67 | 9.23 | 19.79 | - |
| YUV | 74.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 122 | 0.82 | 0.25 | 0 | 0.52 | 198 | 0.69 | 0.28 |
| Hex | 16 | 5C | 7A | 52 | 19 | 0 | 34 | C6 | 45 | 1C |
| Octal | 26 | 134 | 172 | 122 | 31 | 0 | 64 | 306 | 105 | 34 |
| Binary | 10110 | 1011100 | 1111010 | 1010010 | 11001 | 0 | 110100 | 11000110 | 1000101 | 11100 |
Color Harmonies of #165C7A
Complementary color
Monochromatic Colors of #165C7A
Black with #165C7A
Text Example
Text Example
White with #165C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C7A; }
p { color: rgb(22,92,122); }
H1.HeaderClassName
{
color: #165C7A;
}
.AnyTagClassName
{
color: #165C7A;
}
</style>
background-color css
<style>
a { background-color: #165C7A; }
a { background-color: rgb(22,92,122); }
div.DivClassName
{
background-color: #165C7A;
}
.BgClassName
{
background-color: #165C7A;
}
</style>
border-color css
<style>
span { border-color: #165C7A; }
span { border-color: rgb(22,92,122); }
td.TdClassName
{
border-color: #165C7A;
}
.TagClassName
{
border-color: #165C7A;
}
</style>