Shades of Orient #205D78
Tints of Orient #205D78
RGB
CMYK
RGB Variations
Color information
#205D78 (or 0x205D78) is known color: Orient. HEX triplet: 20, 5D and 78. RGB value is (32,93,120). Sum of RGB (Red+Green+Blue) = 32+93+120=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #205D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D78 is #DFA287. Grayscale: #4D4D4D. Windows color (decimal): -14656136 or 7888160. OLE color: 7888160.
HSL color Cylindrical-coordinate representation of color #205D78: hue angle of 198.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205D78 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 93 | 120 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.53 |
| HSL | 198.41º | 0.58% | 0.3% | - |
| HSV(B) | 198.41º | 0.73% | 0.47% | - |
| XYZ | 7.9 | 9.49 | 19.19 | - |
| YUV | 77.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 120 | 0.73 | 0.22 | 0 | 0.53 | 198.41 | 0.58 | 0.3 |
| Hex | 20 | 5D | 78 | 49 | 16 | 0 | 35 | C6 | 3A | 1E |
| Octal | 40 | 135 | 170 | 111 | 26 | 0 | 65 | 306 | 72 | 36 |
| Binary | 100000 | 1011101 | 1111000 | 1001001 | 10110 | 0 | 110101 | 11000110 | 111010 | 11110 |
Color Harmonies of #205D78
Complementary color
Monochromatic Colors of #205D78
Black with #205D78
Text Example
Text Example
White with #205D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D78; }
p { color: rgb(32,93,120); }
H1.HeaderClassName
{
color: #205D78;
}
.AnyTagClassName
{
color: #205D78;
}
</style>
background-color css
<style>
a { background-color: #205D78; }
a { background-color: rgb(32,93,120); }
div.DivClassName
{
background-color: #205D78;
}
.BgClassName
{
background-color: #205D78;
}
</style>
border-color css
<style>
span { border-color: #205D78; }
span { border-color: rgb(32,93,120); }
td.TdClassName
{
border-color: #205D78;
}
.TagClassName
{
border-color: #205D78;
}
</style>