Shades of Blue Lagoon #056283
Tints of Blue Lagoon #056283
RGB
CMYK
RGB Variations
Color information
#056283 (or 0x056283) is known color: Blue Lagoon. HEX triplet: 05, 62 and 83. RGB value is (5,98,131). Sum of RGB (Red+Green+Blue) = 5+98+131=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #056283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056283 is #FA9D7C. Grayscale: #494949. Windows color (decimal): -16424317 or 8610309. OLE color: 8610309.
HSL color Cylindrical-coordinate representation of color #056283: hue angle of 195.71º 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 #056283 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 98 | 131 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.49 |
| HSL | 195.71º | 0.93% | 0.27% | - |
| HSV(B) | 195.71º | 0.96% | 0.51% | - |
| XYZ | 8.53 | 10.41 | 23.03 | - |
| YUV | 73.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 131 | 0.96 | 0.25 | 0 | 0.49 | 195.71 | 0.93 | 0.27 |
| Hex | 5 | 62 | 83 | 60 | 19 | 0 | 31 | C4 | 5D | 1B |
| Octal | 5 | 142 | 203 | 140 | 31 | 0 | 61 | 304 | 135 | 33 |
| Binary | 101 | 1100010 | 10000011 | 1100000 | 11001 | 0 | 110001 | 11000100 | 1011101 | 11011 |
Color Harmonies of #056283
Complementary color
Monochromatic Colors of #056283
Black with #056283
Text Example
Text Example
White with #056283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056283; }
p { color: rgb(5,98,131); }
H1.HeaderClassName
{
color: #056283;
}
.AnyTagClassName
{
color: #056283;
}
</style>
background-color css
<style>
a { background-color: #056283; }
a { background-color: rgb(5,98,131); }
div.DivClassName
{
background-color: #056283;
}
.BgClassName
{
background-color: #056283;
}
</style>
border-color css
<style>
span { border-color: #056283; }
span { border-color: rgb(5,98,131); }
td.TdClassName
{
border-color: #056283;
}
.TagClassName
{
border-color: #056283;
}
</style>