Shades of Orient #205C73
Tints of Orient #205C73
RGB
CMYK
RGB Variations
Color information
#205C73 (or 0x205C73) is known color: Orient. HEX triplet: 20, 5C and 73. RGB value is (32,92,115). Sum of RGB (Red+Green+Blue) = 32+92+115=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #205C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C73 is #DFA38C. Grayscale: #4C4C4C. Windows color (decimal): -14656397 or 7560224. OLE color: 7560224.
HSL color Cylindrical-coordinate representation of color #205C73: hue angle of 196.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205C73 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 92 | 115 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.55 |
| HSL | 196.63º | 0.56% | 0.29% | - |
| HSV(B) | 196.63º | 0.72% | 0.45% | - |
| XYZ | 7.52 | 9.2 | 17.6 | - |
| YUV | 76.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 115 | 0.72 | 0.20 | 0 | 0.55 | 196.63 | 0.56 | 0.29 |
| Hex | 20 | 5C | 73 | 48 | 14 | 0 | 37 | C5 | 38 | 1D |
| Octal | 40 | 134 | 163 | 110 | 24 | 0 | 67 | 305 | 70 | 35 |
| Binary | 100000 | 1011100 | 1110011 | 1001000 | 10100 | 0 | 110111 | 11000101 | 111000 | 11101 |
Color Harmonies of #205C73
Complementary color
Monochromatic Colors of #205C73
Black with #205C73
Text Example
Text Example
White with #205C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C73; }
p { color: rgb(32,92,115); }
H1.HeaderClassName
{
color: #205C73;
}
.AnyTagClassName
{
color: #205C73;
}
</style>
background-color css
<style>
a { background-color: #205C73; }
a { background-color: rgb(32,92,115); }
div.DivClassName
{
background-color: #205C73;
}
.BgClassName
{
background-color: #205C73;
}
</style>
border-color css
<style>
span { border-color: #205C73; }
span { border-color: rgb(32,92,115); }
td.TdClassName
{
border-color: #205C73;
}
.TagClassName
{
border-color: #205C73;
}
</style>