Shades of Orient #205C6B
Tints of Orient #205C6B
RGB
CMYK
RGB Variations
Color information
#205C6B (or 0x205C6B) is known color: Orient. HEX triplet: 20, 5C and 6B. RGB value is (32,92,107). Sum of RGB (Red+Green+Blue) = 32+92+107=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #205C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C6B is #DFA394. Grayscale: #4B4B4B. Windows color (decimal): -14656405 or 7035936. OLE color: 7035936.
HSL color Cylindrical-coordinate representation of color #205C6B: hue angle of 192º 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 #205C6B is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 92 | 107 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.58 |
| HSL | 192º | 0.54% | 0.27% | - |
| HSV(B) | 192º | 0.7% | 0.42% | - |
| XYZ | 7.08 | 9.02 | 15.28 | - |
| YUV | 75.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 107 | 0.70 | 0.14 | 0 | 0.58 | 192 | 0.54 | 0.27 |
| Hex | 20 | 5C | 6B | 46 | E | 0 | 3A | C0 | 36 | 1B |
| Octal | 40 | 134 | 153 | 106 | 16 | 0 | 72 | 300 | 66 | 33 |
| Binary | 100000 | 1011100 | 1101011 | 1000110 | 1110 | 0 | 111010 | 11000000 | 110110 | 11011 |
Color Harmonies of #205C6B
Complementary color
Monochromatic Colors of #205C6B
Black with #205C6B
Text Example
Text Example
White with #205C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C6B; }
p { color: rgb(32,92,107); }
H1.HeaderClassName
{
color: #205C6B;
}
.AnyTagClassName
{
color: #205C6B;
}
</style>
background-color css
<style>
a { background-color: #205C6B; }
a { background-color: rgb(32,92,107); }
div.DivClassName
{
background-color: #205C6B;
}
.BgClassName
{
background-color: #205C6B;
}
</style>
border-color css
<style>
span { border-color: #205C6B; }
span { border-color: rgb(32,92,107); }
td.TdClassName
{
border-color: #205C6B;
}
.TagClassName
{
border-color: #205C6B;
}
</style>