Shades of Orient #20576F
Tints of Orient #20576F
RGB
CMYK
RGB Variations
Color information
#20576F (or 0x20576F) is known color: Orient. HEX triplet: 20, 57 and 6F. RGB value is (32,87,111). Sum of RGB (Red+Green+Blue) = 32+87+111=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #20576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20576F is #DFA890. Grayscale: #494949. Windows color (decimal): -14657681 or 7296800. OLE color: 7296800.
HSL color Cylindrical-coordinate representation of color #20576F: hue angle of 198.23º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20576F is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 87 | 111 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.56 |
| HSL | 198.23º | 0.55% | 0.28% | - |
| HSV(B) | 198.23º | 0.71% | 0.44% | - |
| XYZ | 6.87 | 8.27 | 16.27 | - |
| YUV | 73.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 111 | 0.71 | 0.22 | 0 | 0.56 | 198.23 | 0.55 | 0.28 |
| Hex | 20 | 57 | 6F | 47 | 16 | 0 | 38 | C6 | 37 | 1C |
| Octal | 40 | 127 | 157 | 107 | 26 | 0 | 70 | 306 | 67 | 34 |
| Binary | 100000 | 1010111 | 1101111 | 1000111 | 10110 | 0 | 111000 | 11000110 | 110111 | 11100 |
Color Harmonies of #20576F
Complementary color
Monochromatic Colors of #20576F
Black with #20576F
Text Example
Text Example
White with #20576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20576F; }
p { color: rgb(32,87,111); }
H1.HeaderClassName
{
color: #20576F;
}
.AnyTagClassName
{
color: #20576F;
}
</style>
background-color css
<style>
a { background-color: #20576F; }
a { background-color: rgb(32,87,111); }
div.DivClassName
{
background-color: #20576F;
}
.BgClassName
{
background-color: #20576F;
}
</style>
border-color css
<style>
span { border-color: #20576F; }
span { border-color: rgb(32,87,111); }
td.TdClassName
{
border-color: #20576F;
}
.TagClassName
{
border-color: #20576F;
}
</style>