Shades of Arapawa #165566
Tints of Arapawa #165566
RGB
CMYK
RGB Variations
Color information
#165566 (or 0x165566) is known color: Arapawa. HEX triplet: 16, 55 and 66. RGB value is (22,85,102). Sum of RGB (Red+Green+Blue) = 22+85+102=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #165566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165566 is #E9AA99. Grayscale: #434343. Windows color (decimal): -15313562 or 6706454. OLE color: 6706454.
HSL color Cylindrical-coordinate representation of color #165566: hue angle of 192.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165566 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 85 | 102 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.6 |
| HSL | 192.75º | 0.65% | 0.24% | - |
| HSV(B) | 192.75º | 0.78% | 0.4% | - |
| XYZ | 5.98 | 7.63 | 13.73 | - |
| YUV | 68.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 102 | 0.78 | 0.17 | 0 | 0.6 | 192.75 | 0.65 | 0.24 |
| Hex | 16 | 55 | 66 | 4E | 11 | 0 | 3C | C1 | 41 | 18 |
| Octal | 26 | 125 | 146 | 116 | 21 | 0 | 74 | 301 | 101 | 30 |
| Binary | 10110 | 1010101 | 1100110 | 1001110 | 10001 | 0 | 111100 | 11000001 | 1000001 | 11000 |
Color Harmonies of #165566
Complementary color
Monochromatic Colors of #165566
Black with #165566
Text Example
Text Example
White with #165566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165566; }
p { color: rgb(22,85,102); }
H1.HeaderClassName
{
color: #165566;
}
.AnyTagClassName
{
color: #165566;
}
</style>
background-color css
<style>
a { background-color: #165566; }
a { background-color: rgb(22,85,102); }
div.DivClassName
{
background-color: #165566;
}
.BgClassName
{
background-color: #165566;
}
</style>
border-color css
<style>
span { border-color: #165566; }
span { border-color: rgb(22,85,102); }
td.TdClassName
{
border-color: #165566;
}
.TagClassName
{
border-color: #165566;
}
</style>