Shades of Orient #17596D
Tints of Orient #17596D
RGB
CMYK
RGB Variations
Color information
#17596D (or 0x17596D) is known color: Orient. HEX triplet: 17, 59 and 6D. RGB value is (23,89,109). Sum of RGB (Red+Green+Blue) = 23+89+109=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #17596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17596D is #E8A692. Grayscale: #474747. Windows color (decimal): -15246995 or 7166231. OLE color: 7166231.
HSL color Cylindrical-coordinate representation of color #17596D: hue angle of 193.95º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17596D is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 89 | 109 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.57 |
| HSL | 193.95º | 0.65% | 0.26% | - |
| HSV(B) | 193.95º | 0.79% | 0.43% | - |
| XYZ | 6.69 | 8.43 | 15.74 | - |
| YUV | 71.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 109 | 0.79 | 0.18 | 0 | 0.57 | 193.95 | 0.65 | 0.26 |
| Hex | 17 | 59 | 6D | 4F | 12 | 0 | 39 | C2 | 41 | 1A |
| Octal | 27 | 131 | 155 | 117 | 22 | 0 | 71 | 302 | 101 | 32 |
| Binary | 10111 | 1011001 | 1101101 | 1001111 | 10010 | 0 | 111001 | 11000010 | 1000001 | 11010 |
Color Harmonies of #17596D
Complementary color
Monochromatic Colors of #17596D
Black with #17596D
Text Example
Text Example
White with #17596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17596D; }
p { color: rgb(23,89,109); }
H1.HeaderClassName
{
color: #17596D;
}
.AnyTagClassName
{
color: #17596D;
}
</style>
background-color css
<style>
a { background-color: #17596D; }
a { background-color: rgb(23,89,109); }
div.DivClassName
{
background-color: #17596D;
}
.BgClassName
{
background-color: #17596D;
}
</style>
border-color css
<style>
span { border-color: #17596D; }
span { border-color: rgb(23,89,109); }
td.TdClassName
{
border-color: #17596D;
}
.TagClassName
{
border-color: #17596D;
}
</style>