Shades of Orient #205D6B
Tints of Orient #205D6B
RGB
CMYK
RGB Variations
Color information
#205D6B (or 0x205D6B) is known color: Orient. HEX triplet: 20, 5D and 6B. RGB value is (32,93,107). Sum of RGB (Red+Green+Blue) = 32+93+107=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #205D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D6B is #DFA294. Grayscale: #4C4C4C. Windows color (decimal): -14656149 or 7036192. OLE color: 7036192.
HSL color Cylindrical-coordinate representation of color #205D6B: hue angle of 191.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205D6B is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 93 | 107 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.58 |
| HSL | 191.2º | 0.54% | 0.27% | - |
| HSV(B) | 191.2º | 0.7% | 0.42% | - |
| XYZ | 7.16 | 9.2 | 15.31 | - |
| YUV | 76.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 107 | 0.70 | 0.13 | 0 | 0.58 | 191.2 | 0.54 | 0.27 |
| Hex | 20 | 5D | 6B | 46 | D | 0 | 3A | BF | 36 | 1B |
| Octal | 40 | 135 | 153 | 106 | 15 | 0 | 72 | 277 | 66 | 33 |
| Binary | 100000 | 1011101 | 1101011 | 1000110 | 1101 | 0 | 111010 | 10111111 | 110110 | 11011 |
Color Harmonies of #205D6B
Complementary color
Monochromatic Colors of #205D6B
Black with #205D6B
Text Example
Text Example
White with #205D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D6B; }
p { color: rgb(32,93,107); }
H1.HeaderClassName
{
color: #205D6B;
}
.AnyTagClassName
{
color: #205D6B;
}
</style>
background-color css
<style>
a { background-color: #205D6B; }
a { background-color: rgb(32,93,107); }
div.DivClassName
{
background-color: #205D6B;
}
.BgClassName
{
background-color: #205D6B;
}
</style>
border-color css
<style>
span { border-color: #205D6B; }
span { border-color: rgb(32,93,107); }
td.TdClassName
{
border-color: #205D6B;
}
.TagClassName
{
border-color: #205D6B;
}
</style>