Shades of Orient #16536A
Tints of Orient #16536A
RGB
CMYK
RGB Variations
Color information
#16536A (or 0x16536A) is known color: Orient. HEX triplet: 16, 53 and 6A. RGB value is (22,83,106). Sum of RGB (Red+Green+Blue) = 22+83+106=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #16536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16536A is #E9AC95. Grayscale: #434343. Windows color (decimal): -15314070 or 6968086. OLE color: 6968086.
HSL color Cylindrical-coordinate representation of color #16536A: hue angle of 196.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16536A is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 83 | 106 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.58 |
| HSL | 196.43º | 0.66% | 0.25% | - |
| HSV(B) | 196.43º | 0.79% | 0.42% | - |
| XYZ | 6.03 | 7.4 | 14.75 | - |
| YUV | 67.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 106 | 0.79 | 0.22 | 0 | 0.58 | 196.43 | 0.66 | 0.25 |
| Hex | 16 | 53 | 6A | 4F | 16 | 0 | 3A | C4 | 42 | 19 |
| Octal | 26 | 123 | 152 | 117 | 26 | 0 | 72 | 304 | 102 | 31 |
| Binary | 10110 | 1010011 | 1101010 | 1001111 | 10110 | 0 | 111010 | 11000100 | 1000010 | 11001 |
Color Harmonies of #16536A
Complementary color
Monochromatic Colors of #16536A
Black with #16536A
Text Example
Text Example
White with #16536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16536A; }
p { color: rgb(22,83,106); }
H1.HeaderClassName
{
color: #16536A;
}
.AnyTagClassName
{
color: #16536A;
}
</style>
background-color css
<style>
a { background-color: #16536A; }
a { background-color: rgb(22,83,106); }
div.DivClassName
{
background-color: #16536A;
}
.BgClassName
{
background-color: #16536A;
}
</style>
border-color css
<style>
span { border-color: #16536A; }
span { border-color: rgb(22,83,106); }
td.TdClassName
{
border-color: #16536A;
}
.TagClassName
{
border-color: #16536A;
}
</style>