Shades of Orient #20506E
Tints of Orient #20506E
RGB
CMYK
RGB Variations
Color information
#20506E (or 0x20506E) is known color: Orient. HEX triplet: 20, 50 and 6E. RGB value is (32,80,110). Sum of RGB (Red+Green+Blue) = 32+80+110=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #20506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20506E is #DFAF91. Grayscale: #444444. Windows color (decimal): -14659474 or 7229472. OLE color: 7229472.
HSL color Cylindrical-coordinate representation of color #20506E: hue angle of 203.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20506E is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 80 | 110 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.57 |
| HSL | 203.08º | 0.55% | 0.28% | - |
| HSV(B) | 203.08º | 0.71% | 0.43% | - |
| XYZ | 6.28 | 7.17 | 15.8 | - |
| YUV | 69.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 110 | 0.71 | 0.27 | 0 | 0.57 | 203.08 | 0.55 | 0.28 |
| Hex | 20 | 50 | 6E | 47 | 1B | 0 | 39 | CB | 37 | 1C |
| Octal | 40 | 120 | 156 | 107 | 33 | 0 | 71 | 313 | 67 | 34 |
| Binary | 100000 | 1010000 | 1101110 | 1000111 | 11011 | 0 | 111001 | 11001011 | 110111 | 11100 |
Color Harmonies of #20506E
Complementary color
Monochromatic Colors of #20506E
Black with #20506E
Text Example
Text Example
White with #20506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20506E; }
p { color: rgb(32,80,110); }
H1.HeaderClassName
{
color: #20506E;
}
.AnyTagClassName
{
color: #20506E;
}
</style>
background-color css
<style>
a { background-color: #20506E; }
a { background-color: rgb(32,80,110); }
div.DivClassName
{
background-color: #20506E;
}
.BgClassName
{
background-color: #20506E;
}
</style>
border-color css
<style>
span { border-color: #20506E; }
span { border-color: rgb(32,80,110); }
td.TdClassName
{
border-color: #20506E;
}
.TagClassName
{
border-color: #20506E;
}
</style>