Shades of Allports #05668C
Tints of Allports #05668C
RGB
CMYK
RGB Variations
Color information
#05668C (or 0x05668C) is known color: Allports. HEX triplet: 05, 66 and 8C. RGB value is (5,102,140). Sum of RGB (Red+Green+Blue) = 5+102+140=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #05668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668C is #FA9973. Grayscale: #4D4D4D. Windows color (decimal): -16423284 or 9201157. OLE color: 9201157.
HSL color Cylindrical-coordinate representation of color #05668C: hue angle of 196.89º 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 #05668C is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 102 | 140 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.45 |
| HSL | 196.89º | 0.93% | 0.28% | - |
| HSV(B) | 196.89º | 0.96% | 0.55% | - |
| XYZ | 9.55 | 11.43 | 26.51 | - |
| YUV | 77.33 | 163.36 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 140 | 0.96 | 0.27 | 0 | 0.45 | 196.89 | 0.93 | 0.28 |
| Hex | 5 | 66 | 8C | 60 | 1B | 0 | 2D | C5 | 5D | 1C |
| Octal | 5 | 146 | 214 | 140 | 33 | 0 | 55 | 305 | 135 | 34 |
| Binary | 101 | 1100110 | 10001100 | 1100000 | 11011 | 0 | 101101 | 11000101 | 1011101 | 11100 |
Color Harmonies of #05668C
Complementary color
Monochromatic Colors of #05668C
Black with #05668C
Text Example
Text Example
White with #05668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05668C; }
p { color: rgb(5,102,140); }
H1.HeaderClassName
{
color: #05668C;
}
.AnyTagClassName
{
color: #05668C;
}
</style>
background-color css
<style>
a { background-color: #05668C; }
a { background-color: rgb(5,102,140); }
div.DivClassName
{
background-color: #05668C;
}
.BgClassName
{
background-color: #05668C;
}
</style>
border-color css
<style>
span { border-color: #05668C; }
span { border-color: rgb(5,102,140); }
td.TdClassName
{
border-color: #05668C;
}
.TagClassName
{
border-color: #05668C;
}
</style>