Shades of Orient #205C6D
Tints of Orient #205C6D
RGB
CMYK
RGB Variations
Color information
#205C6D (or 0x205C6D) is known color: Orient. HEX triplet: 20, 5C and 6D. RGB value is (32,92,109). Sum of RGB (Red+Green+Blue) = 32+92+109=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #205C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C6D is #DFA392. Grayscale: #4B4B4B. Windows color (decimal): -14656403 or 7167008. OLE color: 7167008.
HSL color Cylindrical-coordinate representation of color #205C6D: hue angle of 193.25º 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 #205C6D is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 92 | 109 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.57 |
| HSL | 193.25º | 0.55% | 0.28% | - |
| HSV(B) | 193.25º | 0.71% | 0.43% | - |
| XYZ | 7.18 | 9.07 | 15.84 | - |
| YUV | 76 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 109 | 0.71 | 0.16 | 0 | 0.57 | 193.25 | 0.55 | 0.28 |
| Hex | 20 | 5C | 6D | 47 | 10 | 0 | 39 | C1 | 37 | 1C |
| Octal | 40 | 134 | 155 | 107 | 20 | 0 | 71 | 301 | 67 | 34 |
| Binary | 100000 | 1011100 | 1101101 | 1000111 | 10000 | 0 | 111001 | 11000001 | 110111 | 11100 |
Color Harmonies of #205C6D
Complementary color
Monochromatic Colors of #205C6D
Black with #205C6D
Text Example
Text Example
White with #205C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C6D; }
p { color: rgb(32,92,109); }
H1.HeaderClassName
{
color: #205C6D;
}
.AnyTagClassName
{
color: #205C6D;
}
</style>
background-color css
<style>
a { background-color: #205C6D; }
a { background-color: rgb(32,92,109); }
div.DivClassName
{
background-color: #205C6D;
}
.BgClassName
{
background-color: #205C6D;
}
</style>
border-color css
<style>
span { border-color: #205C6D; }
span { border-color: rgb(32,92,109); }
td.TdClassName
{
border-color: #205C6D;
}
.TagClassName
{
border-color: #205C6D;
}
</style>