Shades of Orient #20576C
Tints of Orient #20576C
RGB
CMYK
RGB Variations
Color information
#20576C (or 0x20576C) is known color: Orient. HEX triplet: 20, 57 and 6C. RGB value is (32,87,108). Sum of RGB (Red+Green+Blue) = 32+87+108=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #20576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576C is #DFA893. Grayscale: #484848. Windows color (decimal): -14657684 or 7100192. OLE color: 7100192.
HSL color Cylindrical-coordinate representation of color #20576C: hue angle of 196.58º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20576C is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 87 | 108 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.58 |
| HSL | 196.58º | 0.54% | 0.27% | - |
| HSV(B) | 196.58º | 0.7% | 0.42% | - |
| XYZ | 6.71 | 8.21 | 15.42 | - |
| YUV | 72.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 108 | 0.70 | 0.19 | 0 | 0.58 | 196.58 | 0.54 | 0.27 |
| Hex | 20 | 57 | 6C | 46 | 13 | 0 | 3A | C5 | 36 | 1B |
| Octal | 40 | 127 | 154 | 106 | 23 | 0 | 72 | 305 | 66 | 33 |
| Binary | 100000 | 1010111 | 1101100 | 1000110 | 10011 | 0 | 111010 | 11000101 | 110110 | 11011 |
Color Harmonies of #20576C
Complementary color
Monochromatic Colors of #20576C
Black with #20576C
Text Example
Text Example
White with #20576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20576C; }
p { color: rgb(32,87,108); }
H1.HeaderClassName
{
color: #20576C;
}
.AnyTagClassName
{
color: #20576C;
}
</style>
background-color css
<style>
a { background-color: #20576C; }
a { background-color: rgb(32,87,108); }
div.DivClassName
{
background-color: #20576C;
}
.BgClassName
{
background-color: #20576C;
}
</style>
border-color css
<style>
span { border-color: #20576C; }
span { border-color: rgb(32,87,108); }
td.TdClassName
{
border-color: #20576C;
}
.TagClassName
{
border-color: #20576C;
}
</style>