Shades of Allports #05688B
Tints of Allports #05688B
RGB
CMYK
RGB Variations
Color information
#05688B (or 0x05688B) is known color: Allports. HEX triplet: 05, 68 and 8B. RGB value is (5,104,139). Sum of RGB (Red+Green+Blue) = 5+104+139=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #05688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05688B is #FA9774. Grayscale: #4E4E4E. Windows color (decimal): -16422773 or 9136133. OLE color: 9136133.
HSL color Cylindrical-coordinate representation of color #05688B: hue angle of 195.67º 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 #05688B is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 104 | 139 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.45 |
| HSL | 195.67º | 0.93% | 0.28% | - |
| HSV(B) | 195.67º | 0.96% | 0.55% | - |
| XYZ | 9.67 | 11.8 | 26.19 | - |
| YUV | 78.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 139 | 0.96 | 0.25 | 0 | 0.45 | 195.67 | 0.93 | 0.28 |
| Hex | 5 | 68 | 8B | 60 | 19 | 0 | 2D | C4 | 5D | 1C |
| Octal | 5 | 150 | 213 | 140 | 31 | 0 | 55 | 304 | 135 | 34 |
| Binary | 101 | 1101000 | 10001011 | 1100000 | 11001 | 0 | 101101 | 11000100 | 1011101 | 11100 |
Color Harmonies of #05688B
Complementary color
Monochromatic Colors of #05688B
Black with #05688B
Text Example
Text Example
White with #05688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05688B; }
p { color: rgb(5,104,139); }
H1.HeaderClassName
{
color: #05688B;
}
.AnyTagClassName
{
color: #05688B;
}
</style>
background-color css
<style>
a { background-color: #05688B; }
a { background-color: rgb(5,104,139); }
div.DivClassName
{
background-color: #05688B;
}
.BgClassName
{
background-color: #05688B;
}
</style>
border-color css
<style>
span { border-color: #05688B; }
span { border-color: rgb(5,104,139); }
td.TdClassName
{
border-color: #05688B;
}
.TagClassName
{
border-color: #05688B;
}
</style>