Shades of Arapawa #205562
Tints of Arapawa #205562
RGB
CMYK
RGB Variations
Color information
#205562 (or 0x205562) is known color: Arapawa. HEX triplet: 20, 55 and 62. RGB value is (32,85,98). Sum of RGB (Red+Green+Blue) = 32+85+98=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #205562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205562 is #DFAA9D. Grayscale: #464646. Windows color (decimal): -14658206 or 6444320. OLE color: 6444320.
HSL color Cylindrical-coordinate representation of color #205562: hue angle of 191.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205562 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 85 | 98 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.62 |
| HSL | 191.82º | 0.51% | 0.25% | - |
| HSV(B) | 191.82º | 0.67% | 0.38% | - |
| XYZ | 6.05 | 7.69 | 12.72 | - |
| YUV | 70.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 98 | 0.67 | 0.13 | 0 | 0.62 | 191.82 | 0.51 | 0.25 |
| Hex | 20 | 55 | 62 | 43 | D | 0 | 3E | C0 | 33 | 19 |
| Octal | 40 | 125 | 142 | 103 | 15 | 0 | 76 | 300 | 63 | 31 |
| Binary | 100000 | 1010101 | 1100010 | 1000011 | 1101 | 0 | 111110 | 11000000 | 110011 | 11001 |
Color Harmonies of #205562
Complementary color
Monochromatic Colors of #205562
Black with #205562
Text Example
Text Example
White with #205562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205562; }
p { color: rgb(32,85,98); }
H1.HeaderClassName
{
color: #205562;
}
.AnyTagClassName
{
color: #205562;
}
</style>
background-color css
<style>
a { background-color: #205562; }
a { background-color: rgb(32,85,98); }
div.DivClassName
{
background-color: #205562;
}
.BgClassName
{
background-color: #205562;
}
</style>
border-color css
<style>
span { border-color: #205562; }
span { border-color: rgb(32,85,98); }
td.TdClassName
{
border-color: #205562;
}
.TagClassName
{
border-color: #205562;
}
</style>