Shades of Orient #16566D
Tints of Orient #16566D
RGB
CMYK
RGB Variations
Color information
#16566D (or 0x16566D) is known color: Orient. HEX triplet: 16, 56 and 6D. RGB value is (22,86,109). Sum of RGB (Red+Green+Blue) = 22+86+109=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #16566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16566D is #E9A992. Grayscale: #454545. Windows color (decimal): -15313299 or 7165462. OLE color: 7165462.
HSL color Cylindrical-coordinate representation of color #16566D: hue angle of 195.86º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16566D is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 86 | 109 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.57 |
| HSL | 195.86º | 0.66% | 0.26% | - |
| HSV(B) | 195.86º | 0.8% | 0.43% | - |
| XYZ | 6.42 | 7.93 | 15.66 | - |
| YUV | 69.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 109 | 0.80 | 0.21 | 0 | 0.57 | 195.86 | 0.66 | 0.26 |
| Hex | 16 | 56 | 6D | 50 | 15 | 0 | 39 | C4 | 42 | 1A |
| Octal | 26 | 126 | 155 | 120 | 25 | 0 | 71 | 304 | 102 | 32 |
| Binary | 10110 | 1010110 | 1101101 | 1010000 | 10101 | 0 | 111001 | 11000100 | 1000010 | 11010 |
Color Harmonies of #16566D
Complementary color
Monochromatic Colors of #16566D
Black with #16566D
Text Example
Text Example
White with #16566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16566D; }
p { color: rgb(22,86,109); }
H1.HeaderClassName
{
color: #16566D;
}
.AnyTagClassName
{
color: #16566D;
}
</style>
background-color css
<style>
a { background-color: #16566D; }
a { background-color: rgb(22,86,109); }
div.DivClassName
{
background-color: #16566D;
}
.BgClassName
{
background-color: #16566D;
}
</style>
border-color css
<style>
span { border-color: #16566D; }
span { border-color: rgb(22,86,109); }
td.TdClassName
{
border-color: #16566D;
}
.TagClassName
{
border-color: #16566D;
}
</style>