Shades of Arapawa #155566
Tints of Arapawa #155566
RGB
CMYK
RGB Variations
Color information
#155566 (or 0x155566) is known color: Arapawa. HEX triplet: 15, 55 and 66. RGB value is (21,85,102). Sum of RGB (Red+Green+Blue) = 21+85+102=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #155566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155566 is #EAAA99. Grayscale: #434343. Windows color (decimal): -15379098 or 6706453. OLE color: 6706453.
HSL color Cylindrical-coordinate representation of color #155566: hue angle of 192.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155566 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 85 | 102 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.6 |
| HSL | 192.59º | 0.66% | 0.24% | - |
| HSV(B) | 192.59º | 0.79% | 0.4% | - |
| XYZ | 5.96 | 7.62 | 13.73 | - |
| YUV | 67.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 102 | 0.79 | 0.17 | 0 | 0.6 | 192.59 | 0.66 | 0.24 |
| Hex | 15 | 55 | 66 | 4F | 11 | 0 | 3C | C1 | 42 | 18 |
| Octal | 25 | 125 | 146 | 117 | 21 | 0 | 74 | 301 | 102 | 30 |
| Binary | 10101 | 1010101 | 1100110 | 1001111 | 10001 | 0 | 111100 | 11000001 | 1000010 | 11000 |
Color Harmonies of #155566
Complementary color
Monochromatic Colors of #155566
Black with #155566
Text Example
Text Example
White with #155566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155566; }
p { color: rgb(21,85,102); }
H1.HeaderClassName
{
color: #155566;
}
.AnyTagClassName
{
color: #155566;
}
</style>
background-color css
<style>
a { background-color: #155566; }
a { background-color: rgb(21,85,102); }
div.DivClassName
{
background-color: #155566;
}
.BgClassName
{
background-color: #155566;
}
</style>
border-color css
<style>
span { border-color: #155566; }
span { border-color: rgb(21,85,102); }
td.TdClassName
{
border-color: #155566;
}
.TagClassName
{
border-color: #155566;
}
</style>