Shades of Orient #205F6E
Tints of Orient #205F6E
RGB
CMYK
RGB Variations
Color information
#205F6E (or 0x205F6E) is known color: Orient. HEX triplet: 20, 5F and 6E. RGB value is (32,95,110). Sum of RGB (Red+Green+Blue) = 32+95+110=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #205F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F6E is #DFA091. Grayscale: #4D4D4D. Windows color (decimal): -14655634 or 7233312. OLE color: 7233312.
HSL color Cylindrical-coordinate representation of color #205F6E: hue angle of 191.54º 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 #205F6E is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 95 | 110 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.57 |
| HSL | 191.54º | 0.55% | 0.28% | - |
| HSV(B) | 191.54º | 0.71% | 0.43% | - |
| XYZ | 7.5 | 9.62 | 16.21 | - |
| YUV | 77.87 | 146.13 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 110 | 0.71 | 0.14 | 0 | 0.57 | 191.54 | 0.55 | 0.28 |
| Hex | 20 | 5F | 6E | 47 | E | 0 | 39 | C0 | 37 | 1C |
| Octal | 40 | 137 | 156 | 107 | 16 | 0 | 71 | 300 | 67 | 34 |
| Binary | 100000 | 1011111 | 1101110 | 1000111 | 1110 | 0 | 111001 | 11000000 | 110111 | 11100 |
Color Harmonies of #205F6E
Complementary color
Monochromatic Colors of #205F6E
Black with #205F6E
Text Example
Text Example
White with #205F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F6E; }
p { color: rgb(32,95,110); }
H1.HeaderClassName
{
color: #205F6E;
}
.AnyTagClassName
{
color: #205F6E;
}
</style>
background-color css
<style>
a { background-color: #205F6E; }
a { background-color: rgb(32,95,110); }
div.DivClassName
{
background-color: #205F6E;
}
.BgClassName
{
background-color: #205F6E;
}
</style>
border-color css
<style>
span { border-color: #205F6E; }
span { border-color: rgb(32,95,110); }
td.TdClassName
{
border-color: #205F6E;
}
.TagClassName
{
border-color: #205F6E;
}
</style>