Shades of Orient #17586D
Tints of Orient #17586D
RGB
CMYK
RGB Variations
Color information
#17586D (or 0x17586D) is known color: Orient. HEX triplet: 17, 58 and 6D. RGB value is (23,88,109). Sum of RGB (Red+Green+Blue) = 23+88+109=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #17586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17586D is #E8A792. Grayscale: #464646. Windows color (decimal): -15247251 or 7165975. OLE color: 7165975.
HSL color Cylindrical-coordinate representation of color #17586D: hue angle of 194.65º 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 #17586D is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 88 | 109 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.57 |
| HSL | 194.65º | 0.65% | 0.26% | - |
| HSV(B) | 194.65º | 0.79% | 0.43% | - |
| XYZ | 6.6 | 8.27 | 15.72 | - |
| YUV | 70.96 | 149.47 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 109 | 0.79 | 0.19 | 0 | 0.57 | 194.65 | 0.65 | 0.26 |
| Hex | 17 | 58 | 6D | 4F | 13 | 0 | 39 | C3 | 41 | 1A |
| Octal | 27 | 130 | 155 | 117 | 23 | 0 | 71 | 303 | 101 | 32 |
| Binary | 10111 | 1011000 | 1101101 | 1001111 | 10011 | 0 | 111001 | 11000011 | 1000001 | 11010 |
Color Harmonies of #17586D
Complementary color
Monochromatic Colors of #17586D
Black with #17586D
Text Example
Text Example
White with #17586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17586D; }
p { color: rgb(23,88,109); }
H1.HeaderClassName
{
color: #17586D;
}
.AnyTagClassName
{
color: #17586D;
}
</style>
background-color css
<style>
a { background-color: #17586D; }
a { background-color: rgb(23,88,109); }
div.DivClassName
{
background-color: #17586D;
}
.BgClassName
{
background-color: #17586D;
}
</style>
border-color css
<style>
span { border-color: #17586D; }
span { border-color: rgb(23,88,109); }
td.TdClassName
{
border-color: #17586D;
}
.TagClassName
{
border-color: #17586D;
}
</style>