Shades of Blue Lagoon #056883
Tints of Blue Lagoon #056883
RGB
CMYK
RGB Variations
Color information
#056883 (or 0x056883) is known color: Blue Lagoon. HEX triplet: 05, 68 and 83. RGB value is (5,104,131). Sum of RGB (Red+Green+Blue) = 5+104+131=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #056883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056883 is #FA977C. Grayscale: #4D4D4D. Windows color (decimal): -16422781 or 8611845. OLE color: 8611845.
HSL color Cylindrical-coordinate representation of color #056883: hue angle of 192.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056883 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 104 | 131 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.49 |
| HSL | 192.86º | 0.93% | 0.27% | - |
| HSV(B) | 192.86º | 0.96% | 0.51% | - |
| XYZ | 9.11 | 11.57 | 23.23 | - |
| YUV | 77.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 131 | 0.96 | 0.21 | 0 | 0.49 | 192.86 | 0.93 | 0.27 |
| Hex | 5 | 68 | 83 | 60 | 15 | 0 | 31 | C1 | 5D | 1B |
| Octal | 5 | 150 | 203 | 140 | 25 | 0 | 61 | 301 | 135 | 33 |
| Binary | 101 | 1101000 | 10000011 | 1100000 | 10101 | 0 | 110001 | 11000001 | 1011101 | 11011 |
Color Harmonies of #056883
Complementary color
Monochromatic Colors of #056883
Black with #056883
Text Example
Text Example
White with #056883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056883; }
p { color: rgb(5,104,131); }
H1.HeaderClassName
{
color: #056883;
}
.AnyTagClassName
{
color: #056883;
}
</style>
background-color css
<style>
a { background-color: #056883; }
a { background-color: rgb(5,104,131); }
div.DivClassName
{
background-color: #056883;
}
.BgClassName
{
background-color: #056883;
}
</style>
border-color css
<style>
span { border-color: #056883; }
span { border-color: rgb(5,104,131); }
td.TdClassName
{
border-color: #056883;
}
.TagClassName
{
border-color: #056883;
}
</style>