Shades of Allports #056A8B
Tints of Allports #056A8B
RGB
CMYK
RGB Variations
Color information
#056A8B (or 0x056A8B) is known color: Allports. HEX triplet: 05, 6A and 8B. RGB value is (5,106,139). Sum of RGB (Red+Green+Blue) = 5+106+139=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #056A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A8B is #FA9574. Grayscale: #4F4F4F. Windows color (decimal): -16422261 or 9136645. OLE color: 9136645.
HSL color Cylindrical-coordinate representation of color #056A8B: hue angle of 194.78º 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 #056A8B is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 106 | 139 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.45 |
| HSL | 194.78º | 0.93% | 0.28% | - |
| HSV(B) | 194.78º | 0.96% | 0.55% | - |
| XYZ | 9.88 | 12.2 | 26.26 | - |
| YUV | 79.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 139 | 0.96 | 0.24 | 0 | 0.45 | 194.78 | 0.93 | 0.28 |
| Hex | 5 | 6A | 8B | 60 | 18 | 0 | 2D | C3 | 5D | 1C |
| Octal | 5 | 152 | 213 | 140 | 30 | 0 | 55 | 303 | 135 | 34 |
| Binary | 101 | 1101010 | 10001011 | 1100000 | 11000 | 0 | 101101 | 11000011 | 1011101 | 11100 |
Color Harmonies of #056A8B
Complementary color
Monochromatic Colors of #056A8B
Black with #056A8B
Text Example
Text Example
White with #056A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A8B; }
p { color: rgb(5,106,139); }
H1.HeaderClassName
{
color: #056A8B;
}
.AnyTagClassName
{
color: #056A8B;
}
</style>
background-color css
<style>
a { background-color: #056A8B; }
a { background-color: rgb(5,106,139); }
div.DivClassName
{
background-color: #056A8B;
}
.BgClassName
{
background-color: #056A8B;
}
</style>
border-color css
<style>
span { border-color: #056A8B; }
span { border-color: rgb(5,106,139); }
td.TdClassName
{
border-color: #056A8B;
}
.TagClassName
{
border-color: #056A8B;
}
</style>