Shades of Orient #17546C
Tints of Orient #17546C
RGB
CMYK
RGB Variations
Color information
#17546C (or 0x17546C) is known color: Orient. HEX triplet: 17, 54 and 6C. RGB value is (23,84,108). Sum of RGB (Red+Green+Blue) = 23+84+108=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #17546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17546C is #E8AB93. Grayscale: #444444. Windows color (decimal): -15248276 or 7099415. OLE color: 7099415.
HSL color Cylindrical-coordinate representation of color #17546C: hue angle of 196.94º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17546C is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 84 | 108 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.58 |
| HSL | 196.94º | 0.65% | 0.26% | - |
| HSV(B) | 196.94º | 0.79% | 0.42% | - |
| XYZ | 6.23 | 7.61 | 15.33 | - |
| YUV | 68.5 | 150.29 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 108 | 0.79 | 0.22 | 0 | 0.58 | 196.94 | 0.65 | 0.26 |
| Hex | 17 | 54 | 6C | 4F | 16 | 0 | 3A | C5 | 41 | 1A |
| Octal | 27 | 124 | 154 | 117 | 26 | 0 | 72 | 305 | 101 | 32 |
| Binary | 10111 | 1010100 | 1101100 | 1001111 | 10110 | 0 | 111010 | 11000101 | 1000001 | 11010 |
Color Harmonies of #17546C
Complementary color
Monochromatic Colors of #17546C
Black with #17546C
Text Example
Text Example
White with #17546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17546C; }
p { color: rgb(23,84,108); }
H1.HeaderClassName
{
color: #17546C;
}
.AnyTagClassName
{
color: #17546C;
}
</style>
background-color css
<style>
a { background-color: #17546C; }
a { background-color: rgb(23,84,108); }
div.DivClassName
{
background-color: #17546C;
}
.BgClassName
{
background-color: #17546C;
}
</style>
border-color css
<style>
span { border-color: #17546C; }
span { border-color: rgb(23,84,108); }
td.TdClassName
{
border-color: #17546C;
}
.TagClassName
{
border-color: #17546C;
}
</style>