Shades of Allports #05678B
Tints of Allports #05678B
RGB
CMYK
RGB Variations
Color information
#05678B (or 0x05678B) is known color: Allports. HEX triplet: 05, 67 and 8B. RGB value is (5,103,139). Sum of RGB (Red+Green+Blue) = 5+103+139=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #05678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05678B is #FA9874. Grayscale: #4D4D4D. Windows color (decimal): -16423029 or 9135877. OLE color: 9135877.
HSL color Cylindrical-coordinate representation of color #05678B: hue angle of 196.12º 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 #05678B is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 103 | 139 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.45 |
| HSL | 196.12º | 0.93% | 0.28% | - |
| HSV(B) | 196.12º | 0.96% | 0.55% | - |
| XYZ | 9.57 | 11.6 | 26.16 | - |
| YUV | 77.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 139 | 0.96 | 0.26 | 0 | 0.45 | 196.12 | 0.93 | 0.28 |
| Hex | 5 | 67 | 8B | 60 | 1A | 0 | 2D | C4 | 5D | 1C |
| Octal | 5 | 147 | 213 | 140 | 32 | 0 | 55 | 304 | 135 | 34 |
| Binary | 101 | 1100111 | 10001011 | 1100000 | 11010 | 0 | 101101 | 11000100 | 1011101 | 11100 |
Color Harmonies of #05678B
Complementary color
Monochromatic Colors of #05678B
Black with #05678B
Text Example
Text Example
White with #05678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05678B; }
p { color: rgb(5,103,139); }
H1.HeaderClassName
{
color: #05678B;
}
.AnyTagClassName
{
color: #05678B;
}
</style>
background-color css
<style>
a { background-color: #05678B; }
a { background-color: rgb(5,103,139); }
div.DivClassName
{
background-color: #05678B;
}
.BgClassName
{
background-color: #05678B;
}
</style>
border-color css
<style>
span { border-color: #05678B; }
span { border-color: rgb(5,103,139); }
td.TdClassName
{
border-color: #05678B;
}
.TagClassName
{
border-color: #05678B;
}
</style>