Shades of Orient #17576B
Tints of Orient #17576B
RGB
CMYK
RGB Variations
Color information
#17576B (or 0x17576B) is known color: Orient. HEX triplet: 17, 57 and 6B. RGB value is (23,87,107). Sum of RGB (Red+Green+Blue) = 23+87+107=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #17576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17576B is #E8A894. Grayscale: #464646. Windows color (decimal): -15247509 or 7034647. OLE color: 7034647.
HSL color Cylindrical-coordinate representation of color #17576B: hue angle of 194.29º 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 #17576B is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 87 | 107 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.58 |
| HSL | 194.29º | 0.65% | 0.25% | - |
| HSV(B) | 194.29º | 0.79% | 0.42% | - |
| XYZ | 6.42 | 8.06 | 15.13 | - |
| YUV | 70.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 107 | 0.79 | 0.19 | 0 | 0.58 | 194.29 | 0.65 | 0.25 |
| Hex | 17 | 57 | 6B | 4F | 13 | 0 | 3A | C2 | 41 | 19 |
| Octal | 27 | 127 | 153 | 117 | 23 | 0 | 72 | 302 | 101 | 31 |
| Binary | 10111 | 1010111 | 1101011 | 1001111 | 10011 | 0 | 111010 | 11000010 | 1000001 | 11001 |
Color Harmonies of #17576B
Complementary color
Monochromatic Colors of #17576B
Black with #17576B
Text Example
Text Example
White with #17576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17576B; }
p { color: rgb(23,87,107); }
H1.HeaderClassName
{
color: #17576B;
}
.AnyTagClassName
{
color: #17576B;
}
</style>
background-color css
<style>
a { background-color: #17576B; }
a { background-color: rgb(23,87,107); }
div.DivClassName
{
background-color: #17576B;
}
.BgClassName
{
background-color: #17576B;
}
</style>
border-color css
<style>
span { border-color: #17576B; }
span { border-color: rgb(23,87,107); }
td.TdClassName
{
border-color: #17576B;
}
.TagClassName
{
border-color: #17576B;
}
</style>