Shades of Orient #165C73
Tints of Orient #165C73
RGB
CMYK
RGB Variations
Color information
#165C73 (or 0x165C73) is known color: Orient. HEX triplet: 16, 5C and 73. RGB value is (22,92,115). Sum of RGB (Red+Green+Blue) = 22+92+115=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #165C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C73 is #E9A38C. Grayscale: #494949. Windows color (decimal): -15311757 or 7560214. OLE color: 7560214.
HSL color Cylindrical-coordinate representation of color #165C73: hue angle of 194.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165C73 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 92 | 115 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.55 |
| HSL | 194.84º | 0.68% | 0.27% | - |
| HSV(B) | 194.84º | 0.81% | 0.45% | - |
| XYZ | 7.25 | 9.06 | 17.59 | - |
| YUV | 73.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 115 | 0.81 | 0.20 | 0 | 0.55 | 194.84 | 0.68 | 0.27 |
| Hex | 16 | 5C | 73 | 51 | 14 | 0 | 37 | C3 | 44 | 1B |
| Octal | 26 | 134 | 163 | 121 | 24 | 0 | 67 | 303 | 104 | 33 |
| Binary | 10110 | 1011100 | 1110011 | 1010001 | 10100 | 0 | 110111 | 11000011 | 1000100 | 11011 |
Color Harmonies of #165C73
Complementary color
Monochromatic Colors of #165C73
Black with #165C73
Text Example
Text Example
White with #165C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C73; }
p { color: rgb(22,92,115); }
H1.HeaderClassName
{
color: #165C73;
}
.AnyTagClassName
{
color: #165C73;
}
</style>
background-color css
<style>
a { background-color: #165C73; }
a { background-color: rgb(22,92,115); }
div.DivClassName
{
background-color: #165C73;
}
.BgClassName
{
background-color: #165C73;
}
</style>
border-color css
<style>
span { border-color: #165C73; }
span { border-color: rgb(22,92,115); }
td.TdClassName
{
border-color: #165C73;
}
.TagClassName
{
border-color: #165C73;
}
</style>