Shades of Arapawa #20505F
Tints of Arapawa #20505F
RGB
CMYK
RGB Variations
Color information
#20505F (or 0x20505F) is known color: Arapawa. HEX triplet: 20, 50 and 5F. RGB value is (32,80,95). Sum of RGB (Red+Green+Blue) = 32+80+95=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #20505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20505F is #DFAFA0. Grayscale: #434343. Windows color (decimal): -14659489 or 6246432. OLE color: 6246432.
HSL color Cylindrical-coordinate representation of color #20505F: hue angle of 194.29º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20505F is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 80 | 95 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.63 |
| HSL | 194.29º | 0.5% | 0.25% | - |
| HSV(B) | 194.29º | 0.66% | 0.37% | - |
| XYZ | 5.53 | 6.87 | 11.86 | - |
| YUV | 67.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 95 | 0.66 | 0.16 | 0 | 0.63 | 194.29 | 0.5 | 0.25 |
| Hex | 20 | 50 | 5F | 42 | 10 | 0 | 3F | C2 | 32 | 19 |
| Octal | 40 | 120 | 137 | 102 | 20 | 0 | 77 | 302 | 62 | 31 |
| Binary | 100000 | 1010000 | 1011111 | 1000010 | 10000 | 0 | 111111 | 11000010 | 110010 | 11001 |
Color Harmonies of #20505F
Complementary color
Monochromatic Colors of #20505F
Black with #20505F
Text Example
Text Example
White with #20505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20505F; }
p { color: rgb(32,80,95); }
H1.HeaderClassName
{
color: #20505F;
}
.AnyTagClassName
{
color: #20505F;
}
</style>
background-color css
<style>
a { background-color: #20505F; }
a { background-color: rgb(32,80,95); }
div.DivClassName
{
background-color: #20505F;
}
.BgClassName
{
background-color: #20505F;
}
</style>
border-color css
<style>
span { border-color: #20505F; }
span { border-color: rgb(32,80,95); }
td.TdClassName
{
border-color: #20505F;
}
.TagClassName
{
border-color: #20505F;
}
</style>