Shades of Arapawa #205565
Tints of Arapawa #205565
RGB
CMYK
RGB Variations
Color information
#205565 (or 0x205565) is known color: Arapawa. HEX triplet: 20, 55 and 65. RGB value is (32,85,101). Sum of RGB (Red+Green+Blue) = 32+85+101=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #205565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205565 is #DFAA9A. Grayscale: #464646. Windows color (decimal): -14658203 or 6640928. OLE color: 6640928.
HSL color Cylindrical-coordinate representation of color #205565: hue angle of 193.91º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205565 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 85 | 101 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.60 |
| HSL | 193.91º | 0.52% | 0.26% | - |
| HSV(B) | 193.91º | 0.68% | 0.4% | - |
| XYZ | 6.19 | 7.74 | 13.48 | - |
| YUV | 70.98 | 144.94 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 101 | 0.68 | 0.16 | 0 | 0.60 | 193.91 | 0.52 | 0.26 |
| Hex | 20 | 55 | 65 | 44 | 10 | 0 | 3C | C2 | 34 | 1A |
| Octal | 40 | 125 | 145 | 104 | 20 | 0 | 74 | 302 | 64 | 32 |
| Binary | 100000 | 1010101 | 1100101 | 1000100 | 10000 | 0 | 111100 | 11000010 | 110100 | 11010 |
Color Harmonies of #205565
Complementary color
Monochromatic Colors of #205565
Black with #205565
Text Example
Text Example
White with #205565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205565; }
p { color: rgb(32,85,101); }
H1.HeaderClassName
{
color: #205565;
}
.AnyTagClassName
{
color: #205565;
}
</style>
background-color css
<style>
a { background-color: #205565; }
a { background-color: rgb(32,85,101); }
div.DivClassName
{
background-color: #205565;
}
.BgClassName
{
background-color: #205565;
}
</style>
border-color css
<style>
span { border-color: #205565; }
span { border-color: rgb(32,85,101); }
td.TdClassName
{
border-color: #205565;
}
.TagClassName
{
border-color: #205565;
}
</style>