Shades of Orient #17576A
Tints of Orient #17576A
RGB
CMYK
RGB Variations
Color information
#17576A (or 0x17576A) is known color: Orient. HEX triplet: 17, 57 and 6A. RGB value is (23,87,106). Sum of RGB (Red+Green+Blue) = 23+87+106=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #17576A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17576A is #E8A895. Grayscale: #454545. Windows color (decimal): -15247510 or 6969111. OLE color: 6969111.
HSL color Cylindrical-coordinate representation of color #17576A: hue angle of 193.73º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17576A is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 87 | 106 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.58 |
| HSL | 193.73º | 0.64% | 0.25% | - |
| HSV(B) | 193.73º | 0.78% | 0.42% | - |
| XYZ | 6.36 | 8.04 | 14.85 | - |
| YUV | 70.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 106 | 0.78 | 0.18 | 0 | 0.58 | 193.73 | 0.64 | 0.25 |
| Hex | 17 | 57 | 6A | 4E | 12 | 0 | 3A | C2 | 40 | 19 |
| Octal | 27 | 127 | 152 | 116 | 22 | 0 | 72 | 302 | 100 | 31 |
| Binary | 10111 | 1010111 | 1101010 | 1001110 | 10010 | 0 | 111010 | 11000010 | 1000000 | 11001 |
Color Harmonies of #17576A
Complementary color
Monochromatic Colors of #17576A
Black with #17576A
Text Example
Text Example
White with #17576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17576A; }
p { color: rgb(23,87,106); }
H1.HeaderClassName
{
color: #17576A;
}
.AnyTagClassName
{
color: #17576A;
}
</style>
background-color css
<style>
a { background-color: #17576A; }
a { background-color: rgb(23,87,106); }
div.DivClassName
{
background-color: #17576A;
}
.BgClassName
{
background-color: #17576A;
}
</style>
border-color css
<style>
span { border-color: #17576A; }
span { border-color: rgb(23,87,106); }
td.TdClassName
{
border-color: #17576A;
}
.TagClassName
{
border-color: #17576A;
}
</style>