Shades of Orient #17577A
Tints of Orient #17577A
RGB
CMYK
RGB Variations
Color information
#17577A (or 0x17577A) is known color: Orient. HEX triplet: 17, 57 and 7A. RGB value is (23,87,122). Sum of RGB (Red+Green+Blue) = 23+87+122=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #17577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17577A is #E8A885. Grayscale: #474747. Windows color (decimal): -15247494 or 8017687. OLE color: 8017687.
HSL color Cylindrical-coordinate representation of color #17577A: hue angle of 201.21º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17577A is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 87 | 122 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.52 |
| HSL | 201.21º | 0.68% | 0.28% | - |
| HSV(B) | 201.21º | 0.81% | 0.48% | - |
| XYZ | 7.27 | 8.4 | 19.65 | - |
| YUV | 71.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 122 | 0.81 | 0.29 | 0 | 0.52 | 201.21 | 0.68 | 0.28 |
| Hex | 17 | 57 | 7A | 51 | 1D | 0 | 34 | C9 | 44 | 1C |
| Octal | 27 | 127 | 172 | 121 | 35 | 0 | 64 | 311 | 104 | 34 |
| Binary | 10111 | 1010111 | 1111010 | 1010001 | 11101 | 0 | 110100 | 11001001 | 1000100 | 11100 |
Color Harmonies of #17577A
Complementary color
Monochromatic Colors of #17577A
Black with #17577A
Text Example
Text Example
White with #17577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17577A; }
p { color: rgb(23,87,122); }
H1.HeaderClassName
{
color: #17577A;
}
.AnyTagClassName
{
color: #17577A;
}
</style>
background-color css
<style>
a { background-color: #17577A; }
a { background-color: rgb(23,87,122); }
div.DivClassName
{
background-color: #17577A;
}
.BgClassName
{
background-color: #17577A;
}
</style>
border-color css
<style>
span { border-color: #17577A; }
span { border-color: rgb(23,87,122); }
td.TdClassName
{
border-color: #17577A;
}
.TagClassName
{
border-color: #17577A;
}
</style>