Shades of Orient #16516C
Tints of Orient #16516C
RGB
CMYK
RGB Variations
Color information
#16516C (or 0x16516C) is known color: Orient. HEX triplet: 16, 51 and 6C. RGB value is (22,81,108). Sum of RGB (Red+Green+Blue) = 22+81+108=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #16516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16516C is #E9AE93. Grayscale: #424242. Windows color (decimal): -15314580 or 7098646. OLE color: 7098646.
HSL color Cylindrical-coordinate representation of color #16516C: hue angle of 198.84º 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 #16516C is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 81 | 108 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.58 |
| HSL | 198.84º | 0.66% | 0.25% | - |
| HSV(B) | 198.84º | 0.8% | 0.42% | - |
| XYZ | 5.98 | 7.14 | 15.25 | - |
| YUV | 66.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 108 | 0.80 | 0.25 | 0 | 0.58 | 198.84 | 0.66 | 0.25 |
| Hex | 16 | 51 | 6C | 50 | 19 | 0 | 3A | C7 | 42 | 19 |
| Octal | 26 | 121 | 154 | 120 | 31 | 0 | 72 | 307 | 102 | 31 |
| Binary | 10110 | 1010001 | 1101100 | 1010000 | 11001 | 0 | 111010 | 11000111 | 1000010 | 11001 |
Color Harmonies of #16516C
Complementary color
Monochromatic Colors of #16516C
Black with #16516C
Text Example
Text Example
White with #16516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16516C; }
p { color: rgb(22,81,108); }
H1.HeaderClassName
{
color: #16516C;
}
.AnyTagClassName
{
color: #16516C;
}
</style>
background-color css
<style>
a { background-color: #16516C; }
a { background-color: rgb(22,81,108); }
div.DivClassName
{
background-color: #16516C;
}
.BgClassName
{
background-color: #16516C;
}
</style>
border-color css
<style>
span { border-color: #16516C; }
span { border-color: rgb(22,81,108); }
td.TdClassName
{
border-color: #16516C;
}
.TagClassName
{
border-color: #16516C;
}
</style>