Shades of Allports #056B8B
Tints of Allports #056B8B
RGB
CMYK
RGB Variations
Color information
#056B8B (or 0x056B8B) is known color: Allports. HEX triplet: 05, 6B and 8B. RGB value is (5,107,139). Sum of RGB (Red+Green+Blue) = 5+107+139=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #056B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B8B is #FA9474. Grayscale: #4F4F4F. Windows color (decimal): -16422005 or 9136901. OLE color: 9136901.
HSL color Cylindrical-coordinate representation of color #056B8B: hue angle of 194.33º 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 #056B8B is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 107 | 139 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.45 |
| HSL | 194.33º | 0.93% | 0.28% | - |
| HSV(B) | 194.33º | 0.96% | 0.55% | - |
| XYZ | 9.98 | 12.41 | 26.3 | - |
| YUV | 80.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 139 | 0.96 | 0.23 | 0 | 0.45 | 194.33 | 0.93 | 0.28 |
| Hex | 5 | 6B | 8B | 60 | 17 | 0 | 2D | C2 | 5D | 1C |
| Octal | 5 | 153 | 213 | 140 | 27 | 0 | 55 | 302 | 135 | 34 |
| Binary | 101 | 1101011 | 10001011 | 1100000 | 10111 | 0 | 101101 | 11000010 | 1011101 | 11100 |
Color Harmonies of #056B8B
Complementary color
Monochromatic Colors of #056B8B
Black with #056B8B
Text Example
Text Example
White with #056B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B8B; }
p { color: rgb(5,107,139); }
H1.HeaderClassName
{
color: #056B8B;
}
.AnyTagClassName
{
color: #056B8B;
}
</style>
background-color css
<style>
a { background-color: #056B8B; }
a { background-color: rgb(5,107,139); }
div.DivClassName
{
background-color: #056B8B;
}
.BgClassName
{
background-color: #056B8B;
}
</style>
border-color css
<style>
span { border-color: #056B8B; }
span { border-color: rgb(5,107,139); }
td.TdClassName
{
border-color: #056B8B;
}
.TagClassName
{
border-color: #056B8B;
}
</style>