Shades of Orient #205572
Tints of Orient #205572
RGB
CMYK
RGB Variations
Color information
#205572 (or 0x205572) is known color: Orient. HEX triplet: 20, 55 and 72. RGB value is (32,85,114). Sum of RGB (Red+Green+Blue) = 32+85+114=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #205572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205572 is #DFAA8D. Grayscale: #484848. Windows color (decimal): -14658190 or 7492896. OLE color: 7492896.
HSL color Cylindrical-coordinate representation of color #205572: hue angle of 201.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205572 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 85 | 114 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.55 |
| HSL | 201.22º | 0.56% | 0.29% | - |
| HSV(B) | 201.22º | 0.72% | 0.45% | - |
| XYZ | 6.88 | 8.02 | 17.1 | - |
| YUV | 72.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 114 | 0.72 | 0.25 | 0 | 0.55 | 201.22 | 0.56 | 0.29 |
| Hex | 20 | 55 | 72 | 48 | 19 | 0 | 37 | C9 | 38 | 1D |
| Octal | 40 | 125 | 162 | 110 | 31 | 0 | 67 | 311 | 70 | 35 |
| Binary | 100000 | 1010101 | 1110010 | 1001000 | 11001 | 0 | 110111 | 11001001 | 111000 | 11101 |
Color Harmonies of #205572
Complementary color
Monochromatic Colors of #205572
Black with #205572
Text Example
Text Example
White with #205572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205572; }
p { color: rgb(32,85,114); }
H1.HeaderClassName
{
color: #205572;
}
.AnyTagClassName
{
color: #205572;
}
</style>
background-color css
<style>
a { background-color: #205572; }
a { background-color: rgb(32,85,114); }
div.DivClassName
{
background-color: #205572;
}
.BgClassName
{
background-color: #205572;
}
</style>
border-color css
<style>
span { border-color: #205572; }
span { border-color: rgb(32,85,114); }
td.TdClassName
{
border-color: #205572;
}
.TagClassName
{
border-color: #205572;
}
</style>