Shades of Orient #175B6C
Tints of Orient #175B6C
RGB
CMYK
RGB Variations
Color information
#175B6C (or 0x175B6C) is known color: Orient. HEX triplet: 17, 5B and 6C. RGB value is (23,91,108). Sum of RGB (Red+Green+Blue) = 23+91+108=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #175B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B6C is #E8A493. Grayscale: #484848. Windows color (decimal): -15246484 or 7101207. OLE color: 7101207.
HSL color Cylindrical-coordinate representation of color #175B6C: hue angle of 192º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175B6C is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 91 | 108 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.58 |
| HSL | 192º | 0.65% | 0.26% | - |
| HSV(B) | 192º | 0.79% | 0.42% | - |
| XYZ | 6.8 | 8.75 | 15.52 | - |
| YUV | 72.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 108 | 0.79 | 0.16 | 0 | 0.58 | 192 | 0.65 | 0.26 |
| Hex | 17 | 5B | 6C | 4F | 10 | 0 | 3A | C0 | 41 | 1A |
| Octal | 27 | 133 | 154 | 117 | 20 | 0 | 72 | 300 | 101 | 32 |
| Binary | 10111 | 1011011 | 1101100 | 1001111 | 10000 | 0 | 111010 | 11000000 | 1000001 | 11010 |
Color Harmonies of #175B6C
Complementary color
Monochromatic Colors of #175B6C
Black with #175B6C
Text Example
Text Example
White with #175B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B6C; }
p { color: rgb(23,91,108); }
H1.HeaderClassName
{
color: #175B6C;
}
.AnyTagClassName
{
color: #175B6C;
}
</style>
background-color css
<style>
a { background-color: #175B6C; }
a { background-color: rgb(23,91,108); }
div.DivClassName
{
background-color: #175B6C;
}
.BgClassName
{
background-color: #175B6C;
}
</style>
border-color css
<style>
span { border-color: #175B6C; }
span { border-color: rgb(23,91,108); }
td.TdClassName
{
border-color: #175B6C;
}
.TagClassName
{
border-color: #175B6C;
}
</style>