Shades of Orient #20586F
Tints of Orient #20586F
RGB
CMYK
RGB Variations
Color information
#20586F (or 0x20586F) is known color: Orient. HEX triplet: 20, 58 and 6F. RGB value is (32,88,111). Sum of RGB (Red+Green+Blue) = 32+88+111=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #20586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20586F is #DFA790. Grayscale: #494949. Windows color (decimal): -14657425 or 7297056. OLE color: 7297056.
HSL color Cylindrical-coordinate representation of color #20586F: hue angle of 197.47º 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 #20586F is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 88 | 111 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.56 |
| HSL | 197.47º | 0.55% | 0.28% | - |
| HSV(B) | 197.47º | 0.71% | 0.44% | - |
| XYZ | 6.95 | 8.43 | 16.3 | - |
| YUV | 73.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 111 | 0.71 | 0.21 | 0 | 0.56 | 197.47 | 0.55 | 0.28 |
| Hex | 20 | 58 | 6F | 47 | 15 | 0 | 38 | C5 | 37 | 1C |
| Octal | 40 | 130 | 157 | 107 | 25 | 0 | 70 | 305 | 67 | 34 |
| Binary | 100000 | 1011000 | 1101111 | 1000111 | 10101 | 0 | 111000 | 11000101 | 110111 | 11100 |
Color Harmonies of #20586F
Complementary color
Monochromatic Colors of #20586F
Black with #20586F
Text Example
Text Example
White with #20586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20586F; }
p { color: rgb(32,88,111); }
H1.HeaderClassName
{
color: #20586F;
}
.AnyTagClassName
{
color: #20586F;
}
</style>
background-color css
<style>
a { background-color: #20586F; }
a { background-color: rgb(32,88,111); }
div.DivClassName
{
background-color: #20586F;
}
.BgClassName
{
background-color: #20586F;
}
</style>
border-color css
<style>
span { border-color: #20586F; }
span { border-color: rgb(32,88,111); }
td.TdClassName
{
border-color: #20586F;
}
.TagClassName
{
border-color: #20586F;
}
</style>