Shades of Orient #17577B
Tints of Orient #17577B
RGB
CMYK
RGB Variations
Color information
#17577B (or 0x17577B) is known color: Orient. HEX triplet: 17, 57 and 7B. RGB value is (23,87,123). Sum of RGB (Red+Green+Blue) = 23+87+123=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #17577B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17577B is #E8A884. Grayscale: #474747. Windows color (decimal): -15247493 or 8083223. OLE color: 8083223.
HSL color Cylindrical-coordinate representation of color #17577B: hue angle of 201.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17577B is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 87 | 123 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.52 |
| HSL | 201.6º | 0.68% | 0.29% | - |
| HSV(B) | 201.6º | 0.81% | 0.48% | - |
| XYZ | 7.34 | 8.43 | 19.98 | - |
| YUV | 71.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 123 | 0.81 | 0.29 | 0 | 0.52 | 201.6 | 0.68 | 0.29 |
| Hex | 17 | 57 | 7B | 51 | 1D | 0 | 34 | CA | 44 | 1D |
| Octal | 27 | 127 | 173 | 121 | 35 | 0 | 64 | 312 | 104 | 35 |
| Binary | 10111 | 1010111 | 1111011 | 1010001 | 11101 | 0 | 110100 | 11001010 | 1000100 | 11101 |
Color Harmonies of #17577B
Complementary color
Monochromatic Colors of #17577B
Black with #17577B
Text Example
Text Example
White with #17577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17577B; }
p { color: rgb(23,87,123); }
H1.HeaderClassName
{
color: #17577B;
}
.AnyTagClassName
{
color: #17577B;
}
</style>
background-color css
<style>
a { background-color: #17577B; }
a { background-color: rgb(23,87,123); }
div.DivClassName
{
background-color: #17577B;
}
.BgClassName
{
background-color: #17577B;
}
</style>
border-color css
<style>
span { border-color: #17577B; }
span { border-color: rgb(23,87,123); }
td.TdClassName
{
border-color: #17577B;
}
.TagClassName
{
border-color: #17577B;
}
</style>