Shades of Orient #165C76
Tints of Orient #165C76
RGB
CMYK
RGB Variations
Color information
#165C76 (or 0x165C76) is known color: Orient. HEX triplet: 16, 5C and 76. RGB value is (22,92,118). Sum of RGB (Red+Green+Blue) = 22+92+118=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #165C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C76 is #E9A389. Grayscale: #494949. Windows color (decimal): -15311754 or 7756822. OLE color: 7756822.
HSL color Cylindrical-coordinate representation of color #165C76: hue angle of 196.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165C76 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 92 | 118 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.54 |
| HSL | 196.25º | 0.69% | 0.27% | - |
| HSV(B) | 196.25º | 0.81% | 0.46% | - |
| XYZ | 7.43 | 9.13 | 18.51 | - |
| YUV | 74.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 118 | 0.81 | 0.22 | 0 | 0.54 | 196.25 | 0.69 | 0.27 |
| Hex | 16 | 5C | 76 | 51 | 16 | 0 | 36 | C4 | 45 | 1B |
| Octal | 26 | 134 | 166 | 121 | 26 | 0 | 66 | 304 | 105 | 33 |
| Binary | 10110 | 1011100 | 1110110 | 1010001 | 10110 | 0 | 110110 | 11000100 | 1000101 | 11011 |
Color Harmonies of #165C76
Complementary color
Monochromatic Colors of #165C76
Black with #165C76
Text Example
Text Example
White with #165C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C76; }
p { color: rgb(22,92,118); }
H1.HeaderClassName
{
color: #165C76;
}
.AnyTagClassName
{
color: #165C76;
}
</style>
background-color css
<style>
a { background-color: #165C76; }
a { background-color: rgb(22,92,118); }
div.DivClassName
{
background-color: #165C76;
}
.BgClassName
{
background-color: #165C76;
}
</style>
border-color css
<style>
span { border-color: #165C76; }
span { border-color: rgb(22,92,118); }
td.TdClassName
{
border-color: #165C76;
}
.TagClassName
{
border-color: #165C76;
}
</style>