Shades of Orient #17556B
Tints of Orient #17556B
RGB
CMYK
RGB Variations
Color information
#17556B (or 0x17556B) is known color: Orient. HEX triplet: 17, 55 and 6B. RGB value is (23,85,107). Sum of RGB (Red+Green+Blue) = 23+85+107=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #17556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17556B is #E8AA94. Grayscale: #444444. Windows color (decimal): -15248021 or 7034135. OLE color: 7034135.
HSL color Cylindrical-coordinate representation of color #17556B: hue angle of 195.71º degrees, saturation: 0.65, 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 #17556B is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 85 | 107 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.58 |
| HSL | 195.71º | 0.65% | 0.25% | - |
| HSV(B) | 195.71º | 0.79% | 0.42% | - |
| XYZ | 6.26 | 7.74 | 15.07 | - |
| YUV | 68.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 107 | 0.79 | 0.21 | 0 | 0.58 | 195.71 | 0.65 | 0.25 |
| Hex | 17 | 55 | 6B | 4F | 15 | 0 | 3A | C4 | 41 | 19 |
| Octal | 27 | 125 | 153 | 117 | 25 | 0 | 72 | 304 | 101 | 31 |
| Binary | 10111 | 1010101 | 1101011 | 1001111 | 10101 | 0 | 111010 | 11000100 | 1000001 | 11001 |
Color Harmonies of #17556B
Complementary color
Monochromatic Colors of #17556B
Black with #17556B
Text Example
Text Example
White with #17556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17556B; }
p { color: rgb(23,85,107); }
H1.HeaderClassName
{
color: #17556B;
}
.AnyTagClassName
{
color: #17556B;
}
</style>
background-color css
<style>
a { background-color: #17556B; }
a { background-color: rgb(23,85,107); }
div.DivClassName
{
background-color: #17556B;
}
.BgClassName
{
background-color: #17556B;
}
</style>
border-color css
<style>
span { border-color: #17556B; }
span { border-color: rgb(23,85,107); }
td.TdClassName
{
border-color: #17556B;
}
.TagClassName
{
border-color: #17556B;
}
</style>