Shades of Orient #17566D
Tints of Orient #17566D
RGB
CMYK
RGB Variations
Color information
#17566D (or 0x17566D) is known color: Orient. HEX triplet: 17, 56 and 6D. RGB value is (23,86,109). Sum of RGB (Red+Green+Blue) = 23+86+109=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #17566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17566D is #E8A992. Grayscale: #454545. Windows color (decimal): -15247763 or 7165463. OLE color: 7165463.
HSL color Cylindrical-coordinate representation of color #17566D: hue angle of 196.05º 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 #17566D is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 86 | 109 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.57 |
| HSL | 196.05º | 0.65% | 0.26% | - |
| HSV(B) | 196.05º | 0.79% | 0.43% | - |
| XYZ | 6.44 | 7.94 | 15.66 | - |
| YUV | 69.79 | 150.13 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 109 | 0.79 | 0.21 | 0 | 0.57 | 196.05 | 0.65 | 0.26 |
| Hex | 17 | 56 | 6D | 4F | 15 | 0 | 39 | C4 | 41 | 1A |
| Octal | 27 | 126 | 155 | 117 | 25 | 0 | 71 | 304 | 101 | 32 |
| Binary | 10111 | 1010110 | 1101101 | 1001111 | 10101 | 0 | 111001 | 11000100 | 1000001 | 11010 |
Color Harmonies of #17566D
Complementary color
Monochromatic Colors of #17566D
Black with #17566D
Text Example
Text Example
White with #17566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17566D; }
p { color: rgb(23,86,109); }
H1.HeaderClassName
{
color: #17566D;
}
.AnyTagClassName
{
color: #17566D;
}
</style>
background-color css
<style>
a { background-color: #17566D; }
a { background-color: rgb(23,86,109); }
div.DivClassName
{
background-color: #17566D;
}
.BgClassName
{
background-color: #17566D;
}
</style>
border-color css
<style>
span { border-color: #17566D; }
span { border-color: rgb(23,86,109); }
td.TdClassName
{
border-color: #17566D;
}
.TagClassName
{
border-color: #17566D;
}
</style>