Shades of Orient #205E76
Tints of Orient #205E76
RGB
CMYK
RGB Variations
Color information
#205E76 (or 0x205E76) is known color: Orient. HEX triplet: 20, 5E and 76. RGB value is (32,94,118). Sum of RGB (Red+Green+Blue) = 32+94+118=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #205E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205E76 is #DFA189. Grayscale: #4E4E4E. Windows color (decimal): -14655882 or 7757344. OLE color: 7757344.
HSL color Cylindrical-coordinate representation of color #205E76: hue angle of 196.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205E76 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 94 | 118 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.54 |
| HSL | 196.74º | 0.57% | 0.29% | - |
| HSV(B) | 196.74º | 0.73% | 0.46% | - |
| XYZ | 7.87 | 9.62 | 18.58 | - |
| YUV | 78.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 118 | 0.73 | 0.20 | 0 | 0.54 | 196.74 | 0.57 | 0.29 |
| Hex | 20 | 5E | 76 | 49 | 14 | 0 | 36 | C5 | 39 | 1D |
| Octal | 40 | 136 | 166 | 111 | 24 | 0 | 66 | 305 | 71 | 35 |
| Binary | 100000 | 1011110 | 1110110 | 1001001 | 10100 | 0 | 110110 | 11000101 | 111001 | 11101 |
Color Harmonies of #205E76
Complementary color
Monochromatic Colors of #205E76
Black with #205E76
Text Example
Text Example
White with #205E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E76; }
p { color: rgb(32,94,118); }
H1.HeaderClassName
{
color: #205E76;
}
.AnyTagClassName
{
color: #205E76;
}
</style>
background-color css
<style>
a { background-color: #205E76; }
a { background-color: rgb(32,94,118); }
div.DivClassName
{
background-color: #205E76;
}
.BgClassName
{
background-color: #205E76;
}
</style>
border-color css
<style>
span { border-color: #205E76; }
span { border-color: rgb(32,94,118); }
td.TdClassName
{
border-color: #205E76;
}
.TagClassName
{
border-color: #205E76;
}
</style>