Shades of Allports #05648D
Tints of Allports #05648D
RGB
CMYK
RGB Variations
Color information
#05648D (or 0x05648D) is known color: Allports. HEX triplet: 05, 64 and 8D. RGB value is (5,100,141). Sum of RGB (Red+Green+Blue) = 5+100+141=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #05648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05648D is #FA9B72. Grayscale: #4C4C4C. Windows color (decimal): -16423795 or 9266181. OLE color: 9266181.
HSL color Cylindrical-coordinate representation of color #05648D: hue angle of 198.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05648D is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 100 | 141 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.45 |
| HSL | 198.09º | 0.93% | 0.29% | - |
| HSV(B) | 198.09º | 0.96% | 0.55% | - |
| XYZ | 9.43 | 11.07 | 26.84 | - |
| YUV | 76.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 141 | 0.96 | 0.29 | 0 | 0.45 | 198.09 | 0.93 | 0.29 |
| Hex | 5 | 64 | 8D | 60 | 1D | 0 | 2D | C6 | 5D | 1D |
| Octal | 5 | 144 | 215 | 140 | 35 | 0 | 55 | 306 | 135 | 35 |
| Binary | 101 | 1100100 | 10001101 | 1100000 | 11101 | 0 | 101101 | 11000110 | 1011101 | 11101 |
Color Harmonies of #05648D
Complementary color
Monochromatic Colors of #05648D
Black with #05648D
Text Example
Text Example
White with #05648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05648D; }
p { color: rgb(5,100,141); }
H1.HeaderClassName
{
color: #05648D;
}
.AnyTagClassName
{
color: #05648D;
}
</style>
background-color css
<style>
a { background-color: #05648D; }
a { background-color: rgb(5,100,141); }
div.DivClassName
{
background-color: #05648D;
}
.BgClassName
{
background-color: #05648D;
}
</style>
border-color css
<style>
span { border-color: #05648D; }
span { border-color: rgb(5,100,141); }
td.TdClassName
{
border-color: #05648D;
}
.TagClassName
{
border-color: #05648D;
}
</style>