Shades of Allports #05608C
Tints of Allports #05608C
RGB
CMYK
RGB Variations
Color information
#05608C (or 0x05608C) is known color: Allports. HEX triplet: 05, 60 and 8C. RGB value is (5,96,140). Sum of RGB (Red+Green+Blue) = 5+96+140=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #05608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05608C is #FA9F73. Grayscale: #494949. Windows color (decimal): -16424820 or 9199621. OLE color: 9199621.
HSL color Cylindrical-coordinate representation of color #05608C: hue angle of 199.56º 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 #05608C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 96 | 140 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.45 |
| HSL | 199.56º | 0.93% | 0.28% | - |
| HSV(B) | 199.56º | 0.96% | 0.55% | - |
| XYZ | 8.98 | 10.29 | 26.32 | - |
| YUV | 73.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 140 | 0.96 | 0.31 | 0 | 0.45 | 199.56 | 0.93 | 0.28 |
| Hex | 5 | 60 | 8C | 60 | 1F | 0 | 2D | C8 | 5D | 1C |
| Octal | 5 | 140 | 214 | 140 | 37 | 0 | 55 | 310 | 135 | 34 |
| Binary | 101 | 1100000 | 10001100 | 1100000 | 11111 | 0 | 101101 | 11001000 | 1011101 | 11100 |
Color Harmonies of #05608C
Complementary color
Monochromatic Colors of #05608C
Black with #05608C
Text Example
Text Example
White with #05608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05608C; }
p { color: rgb(5,96,140); }
H1.HeaderClassName
{
color: #05608C;
}
.AnyTagClassName
{
color: #05608C;
}
</style>
background-color css
<style>
a { background-color: #05608C; }
a { background-color: rgb(5,96,140); }
div.DivClassName
{
background-color: #05608C;
}
.BgClassName
{
background-color: #05608C;
}
</style>
border-color css
<style>
span { border-color: #05608C; }
span { border-color: rgb(5,96,140); }
td.TdClassName
{
border-color: #05608C;
}
.TagClassName
{
border-color: #05608C;
}
</style>