Shades of Allports #05618C
Tints of Allports #05618C
RGB
CMYK
RGB Variations
Color information
#05618C (or 0x05618C) is known color: Allports. HEX triplet: 05, 61 and 8C. RGB value is (5,97,140). Sum of RGB (Red+Green+Blue) = 5+97+140=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #05618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05618C is #FA9E73. Grayscale: #4A4A4A. Windows color (decimal): -16424564 or 9199877. OLE color: 9199877.
HSL color Cylindrical-coordinate representation of color #05618C: hue angle of 199.11º 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 #05618C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 97 | 140 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.45 |
| HSL | 199.11º | 0.93% | 0.28% | - |
| HSV(B) | 199.11º | 0.96% | 0.55% | - |
| XYZ | 9.07 | 10.48 | 26.35 | - |
| YUV | 74.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 140 | 0.96 | 0.31 | 0 | 0.45 | 199.11 | 0.93 | 0.28 |
| Hex | 5 | 61 | 8C | 60 | 1F | 0 | 2D | C7 | 5D | 1C |
| Octal | 5 | 141 | 214 | 140 | 37 | 0 | 55 | 307 | 135 | 34 |
| Binary | 101 | 1100001 | 10001100 | 1100000 | 11111 | 0 | 101101 | 11000111 | 1011101 | 11100 |
Color Harmonies of #05618C
Complementary color
Monochromatic Colors of #05618C
Black with #05618C
Text Example
Text Example
White with #05618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05618C; }
p { color: rgb(5,97,140); }
H1.HeaderClassName
{
color: #05618C;
}
.AnyTagClassName
{
color: #05618C;
}
</style>
background-color css
<style>
a { background-color: #05618C; }
a { background-color: rgb(5,97,140); }
div.DivClassName
{
background-color: #05618C;
}
.BgClassName
{
background-color: #05618C;
}
</style>
border-color css
<style>
span { border-color: #05618C; }
span { border-color: rgb(5,97,140); }
td.TdClassName
{
border-color: #05618C;
}
.TagClassName
{
border-color: #05618C;
}
</style>