Shades of Blue Lagoon #056585
Tints of Blue Lagoon #056585
RGB
CMYK
RGB Variations
Color information
#056585 (or 0x056585) is known color: Blue Lagoon. HEX triplet: 05, 65 and 85. RGB value is (5,101,133). Sum of RGB (Red+Green+Blue) = 5+101+133=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #056585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056585 is #FA9A7A. Grayscale: #4B4B4B. Windows color (decimal): -16423547 or 8742149. OLE color: 8742149.
HSL color Cylindrical-coordinate representation of color #056585: hue angle of 195º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056585 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 101 | 133 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.48 |
| HSL | 195º | 0.93% | 0.27% | - |
| HSV(B) | 195º | 0.96% | 0.52% | - |
| XYZ | 8.95 | 11.03 | 23.85 | - |
| YUV | 75.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 133 | 0.96 | 0.24 | 0 | 0.48 | 195 | 0.93 | 0.27 |
| Hex | 5 | 65 | 85 | 60 | 18 | 0 | 30 | C3 | 5D | 1B |
| Octal | 5 | 145 | 205 | 140 | 30 | 0 | 60 | 303 | 135 | 33 |
| Binary | 101 | 1100101 | 10000101 | 1100000 | 11000 | 0 | 110000 | 11000011 | 1011101 | 11011 |
Color Harmonies of #056585
Complementary color
Monochromatic Colors of #056585
Black with #056585
Text Example
Text Example
White with #056585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056585; }
p { color: rgb(5,101,133); }
H1.HeaderClassName
{
color: #056585;
}
.AnyTagClassName
{
color: #056585;
}
</style>
background-color css
<style>
a { background-color: #056585; }
a { background-color: rgb(5,101,133); }
div.DivClassName
{
background-color: #056585;
}
.BgClassName
{
background-color: #056585;
}
</style>
border-color css
<style>
span { border-color: #056585; }
span { border-color: rgb(5,101,133); }
td.TdClassName
{
border-color: #056585;
}
.TagClassName
{
border-color: #056585;
}
</style>