Shades of Orient #175D75
Tints of Orient #175D75
RGB
CMYK
RGB Variations
Color information
#175D75 (or 0x175D75) is known color: Orient. HEX triplet: 17, 5D and 75. RGB value is (23,93,117). Sum of RGB (Red+Green+Blue) = 23+93+117=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #175D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D75 is #E8A28A. Grayscale: #4A4A4A. Windows color (decimal): -15245963 or 7691543. OLE color: 7691543.
HSL color Cylindrical-coordinate representation of color #175D75: hue angle of 195.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175D75 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 93 | 117 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.54 |
| HSL | 195.32º | 0.67% | 0.27% | - |
| HSV(B) | 195.32º | 0.8% | 0.46% | - |
| XYZ | 7.48 | 9.3 | 18.23 | - |
| YUV | 74.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 117 | 0.80 | 0.21 | 0 | 0.54 | 195.32 | 0.67 | 0.27 |
| Hex | 17 | 5D | 75 | 50 | 15 | 0 | 36 | C3 | 43 | 1B |
| Octal | 27 | 135 | 165 | 120 | 25 | 0 | 66 | 303 | 103 | 33 |
| Binary | 10111 | 1011101 | 1110101 | 1010000 | 10101 | 0 | 110110 | 11000011 | 1000011 | 11011 |
Color Harmonies of #175D75
Complementary color
Monochromatic Colors of #175D75
Black with #175D75
Text Example
Text Example
White with #175D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D75; }
p { color: rgb(23,93,117); }
H1.HeaderClassName
{
color: #175D75;
}
.AnyTagClassName
{
color: #175D75;
}
</style>
background-color css
<style>
a { background-color: #175D75; }
a { background-color: rgb(23,93,117); }
div.DivClassName
{
background-color: #175D75;
}
.BgClassName
{
background-color: #175D75;
}
</style>
border-color css
<style>
span { border-color: #175D75; }
span { border-color: rgb(23,93,117); }
td.TdClassName
{
border-color: #175D75;
}
.TagClassName
{
border-color: #175D75;
}
</style>