Shades of Allports #166575
Tints of Allports #166575
RGB
CMYK
RGB Variations
Color information
#166575 (or 0x166575) is known color: Allports. HEX triplet: 16, 65 and 75. RGB value is (22,101,117). Sum of RGB (Red+Green+Blue) = 22+101+117=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #166575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166575 is #E99A8A. Grayscale: #4F4F4F. Windows color (decimal): -15309451 or 7693590. OLE color: 7693590.
HSL color Cylindrical-coordinate representation of color #166575: hue angle of 190.11º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166575 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 101 | 117 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.54 |
| HSL | 190.11º | 0.68% | 0.27% | - |
| HSV(B) | 190.11º | 0.81% | 0.46% | - |
| XYZ | 8.2 | 10.76 | 18.48 | - |
| YUV | 79.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 117 | 0.81 | 0.14 | 0 | 0.54 | 190.11 | 0.68 | 0.27 |
| Hex | 16 | 65 | 75 | 51 | E | 0 | 36 | BE | 44 | 1B |
| Octal | 26 | 145 | 165 | 121 | 16 | 0 | 66 | 276 | 104 | 33 |
| Binary | 10110 | 1100101 | 1110101 | 1010001 | 1110 | 0 | 110110 | 10111110 | 1000100 | 11011 |
Color Harmonies of #166575
Complementary color
Monochromatic Colors of #166575
Black with #166575
Text Example
Text Example
White with #166575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166575; }
p { color: rgb(22,101,117); }
H1.HeaderClassName
{
color: #166575;
}
.AnyTagClassName
{
color: #166575;
}
</style>
background-color css
<style>
a { background-color: #166575; }
a { background-color: rgb(22,101,117); }
div.DivClassName
{
background-color: #166575;
}
.BgClassName
{
background-color: #166575;
}
</style>
border-color css
<style>
span { border-color: #166575; }
span { border-color: rgb(22,101,117); }
td.TdClassName
{
border-color: #166575;
}
.TagClassName
{
border-color: #166575;
}
</style>