Shades of Orient #175E80
Tints of Orient #175E80
RGB
CMYK
RGB Variations
Color information
#175E80 (or 0x175E80) is known color: Orient. HEX triplet: 17, 5E and 80. RGB value is (23,94,128). Sum of RGB (Red+Green+Blue) = 23+94+128=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #175E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175E80 is #E8A17F. Grayscale: #4C4C4C. Windows color (decimal): -15245696 or 8412695. OLE color: 8412695.
HSL color Cylindrical-coordinate representation of color #175E80: hue angle of 199.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #175E80 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 94 | 128 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.50 |
| HSL | 199.43º | 0.7% | 0.3% | - |
| HSV(B) | 199.43º | 0.82% | 0.5% | - |
| XYZ | 8.25 | 9.75 | 21.87 | - |
| YUV | 76.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 128 | 0.82 | 0.27 | 0 | 0.50 | 199.43 | 0.7 | 0.3 |
| Hex | 17 | 5E | 80 | 52 | 1B | 0 | 32 | C7 | 46 | 1E |
| Octal | 27 | 136 | 200 | 122 | 33 | 0 | 62 | 307 | 106 | 36 |
| Binary | 10111 | 1011110 | 10000000 | 1010010 | 11011 | 0 | 110010 | 11000111 | 1000110 | 11110 |
Color Harmonies of #175E80
Complementary color
Monochromatic Colors of #175E80
Black with #175E80
Text Example
Text Example
White with #175E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E80; }
p { color: rgb(23,94,128); }
H1.HeaderClassName
{
color: #175E80;
}
.AnyTagClassName
{
color: #175E80;
}
</style>
background-color css
<style>
a { background-color: #175E80; }
a { background-color: rgb(23,94,128); }
div.DivClassName
{
background-color: #175E80;
}
.BgClassName
{
background-color: #175E80;
}
</style>
border-color css
<style>
span { border-color: #175E80; }
span { border-color: rgb(23,94,128); }
td.TdClassName
{
border-color: #175E80;
}
.TagClassName
{
border-color: #175E80;
}
</style>