Shades of Orient #205C70
Tints of Orient #205C70
RGB
CMYK
RGB Variations
Color information
#205C70 (or 0x205C70) is known color: Orient. HEX triplet: 20, 5C and 70. RGB value is (32,92,112). Sum of RGB (Red+Green+Blue) = 32+92+112=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #205C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C70 is #DFA38F. Grayscale: #4C4C4C. Windows color (decimal): -14656400 or 7363616. OLE color: 7363616.
HSL color Cylindrical-coordinate representation of color #205C70: hue angle of 195º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #205C70 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 92 | 112 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.56 |
| HSL | 195º | 0.56% | 0.28% | - |
| HSV(B) | 195º | 0.71% | 0.44% | - |
| XYZ | 7.35 | 9.13 | 16.7 | - |
| YUV | 76.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 112 | 0.71 | 0.18 | 0 | 0.56 | 195 | 0.56 | 0.28 |
| Hex | 20 | 5C | 70 | 47 | 12 | 0 | 38 | C3 | 38 | 1C |
| Octal | 40 | 134 | 160 | 107 | 22 | 0 | 70 | 303 | 70 | 34 |
| Binary | 100000 | 1011100 | 1110000 | 1000111 | 10010 | 0 | 111000 | 11000011 | 111000 | 11100 |
Color Harmonies of #205C70
Complementary color
Monochromatic Colors of #205C70
Black with #205C70
Text Example
Text Example
White with #205C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C70; }
p { color: rgb(32,92,112); }
H1.HeaderClassName
{
color: #205C70;
}
.AnyTagClassName
{
color: #205C70;
}
</style>
background-color css
<style>
a { background-color: #205C70; }
a { background-color: rgb(32,92,112); }
div.DivClassName
{
background-color: #205C70;
}
.BgClassName
{
background-color: #205C70;
}
</style>
border-color css
<style>
span { border-color: #205C70; }
span { border-color: rgb(32,92,112); }
td.TdClassName
{
border-color: #205C70;
}
.TagClassName
{
border-color: #205C70;
}
</style>