Shades of Allports #05668B
Tints of Allports #05668B
RGB
CMYK
RGB Variations
Color information
#05668B (or 0x05668B) is known color: Allports. HEX triplet: 05, 66 and 8B. RGB value is (5,102,139). Sum of RGB (Red+Green+Blue) = 5+102+139=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #05668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668B is #FA9974. Grayscale: #4C4C4C. Windows color (decimal): -16423285 or 9135621. OLE color: 9135621.
HSL color Cylindrical-coordinate representation of color #05668B: hue angle of 196.57º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05668B is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 102 | 139 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.45 |
| HSL | 196.57º | 0.93% | 0.28% | - |
| HSV(B) | 196.57º | 0.96% | 0.55% | - |
| XYZ | 9.47 | 11.4 | 26.13 | - |
| YUV | 77.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 139 | 0.96 | 0.27 | 0 | 0.45 | 196.57 | 0.93 | 0.28 |
| Hex | 5 | 66 | 8B | 60 | 1B | 0 | 2D | C5 | 5D | 1C |
| Octal | 5 | 146 | 213 | 140 | 33 | 0 | 55 | 305 | 135 | 34 |
| Binary | 101 | 1100110 | 10001011 | 1100000 | 11011 | 0 | 101101 | 11000101 | 1011101 | 11100 |
Color Harmonies of #05668B
Complementary color
Monochromatic Colors of #05668B
Black with #05668B
Text Example
Text Example
White with #05668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05668B; }
p { color: rgb(5,102,139); }
H1.HeaderClassName
{
color: #05668B;
}
.AnyTagClassName
{
color: #05668B;
}
</style>
background-color css
<style>
a { background-color: #05668B; }
a { background-color: rgb(5,102,139); }
div.DivClassName
{
background-color: #05668B;
}
.BgClassName
{
background-color: #05668B;
}
</style>
border-color css
<style>
span { border-color: #05668B; }
span { border-color: rgb(5,102,139); }
td.TdClassName
{
border-color: #05668B;
}
.TagClassName
{
border-color: #05668B;
}
</style>