Shades of Orient #205B70
Tints of Orient #205B70
RGB
CMYK
RGB Variations
Color information
#205B70 (or 0x205B70) is known color: Orient. HEX triplet: 20, 5B and 70. RGB value is (32,91,112). Sum of RGB (Red+Green+Blue) = 32+91+112=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #205B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B70 is #DFA48F. Grayscale: #4B4B4B. Windows color (decimal): -14656656 or 7363360. OLE color: 7363360.
HSL color Cylindrical-coordinate representation of color #205B70: hue angle of 195.75º 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 #205B70 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 91 | 112 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.56 |
| HSL | 195.75º | 0.56% | 0.28% | - |
| HSV(B) | 195.75º | 0.71% | 0.44% | - |
| XYZ | 7.26 | 8.96 | 16.68 | - |
| YUV | 75.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 112 | 0.71 | 0.19 | 0 | 0.56 | 195.75 | 0.56 | 0.28 |
| Hex | 20 | 5B | 70 | 47 | 13 | 0 | 38 | C4 | 38 | 1C |
| Octal | 40 | 133 | 160 | 107 | 23 | 0 | 70 | 304 | 70 | 34 |
| Binary | 100000 | 1011011 | 1110000 | 1000111 | 10011 | 0 | 111000 | 11000100 | 111000 | 11100 |
Color Harmonies of #205B70
Complementary color
Monochromatic Colors of #205B70
Black with #205B70
Text Example
Text Example
White with #205B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B70; }
p { color: rgb(32,91,112); }
H1.HeaderClassName
{
color: #205B70;
}
.AnyTagClassName
{
color: #205B70;
}
</style>
background-color css
<style>
a { background-color: #205B70; }
a { background-color: rgb(32,91,112); }
div.DivClassName
{
background-color: #205B70;
}
.BgClassName
{
background-color: #205B70;
}
</style>
border-color css
<style>
span { border-color: #205B70; }
span { border-color: rgb(32,91,112); }
td.TdClassName
{
border-color: #205B70;
}
.TagClassName
{
border-color: #205B70;
}
</style>