Shades of Blue Lagoon #05657B
Tints of Blue Lagoon #05657B
RGB
CMYK
RGB Variations
Color information
#05657B (or 0x05657B) is known color: Blue Lagoon. HEX triplet: 05, 65 and 7B. RGB value is (5,101,123). Sum of RGB (Red+Green+Blue) = 5+101+123=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #05657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05657B is #FA9A84. Grayscale: #4A4A4A. Windows color (decimal): -16423557 or 8086789. OLE color: 8086789.
HSL color Cylindrical-coordinate representation of color #05657B: hue angle of 191.19º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05657B is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 101 | 123 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.52 |
| HSL | 191.19º | 0.92% | 0.25% | - |
| HSV(B) | 191.19º | 0.96% | 0.48% | - |
| XYZ | 8.29 | 10.77 | 20.38 | - |
| YUV | 74.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 123 | 0.96 | 0.18 | 0 | 0.52 | 191.19 | 0.92 | 0.25 |
| Hex | 5 | 65 | 7B | 60 | 12 | 0 | 34 | BF | 5C | 19 |
| Octal | 5 | 145 | 173 | 140 | 22 | 0 | 64 | 277 | 134 | 31 |
| Binary | 101 | 1100101 | 1111011 | 1100000 | 10010 | 0 | 110100 | 10111111 | 1011100 | 11001 |
Color Harmonies of #05657B
Complementary color
Monochromatic Colors of #05657B
Black with #05657B
Text Example
Text Example
White with #05657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05657B; }
p { color: rgb(5,101,123); }
H1.HeaderClassName
{
color: #05657B;
}
.AnyTagClassName
{
color: #05657B;
}
</style>
background-color css
<style>
a { background-color: #05657B; }
a { background-color: rgb(5,101,123); }
div.DivClassName
{
background-color: #05657B;
}
.BgClassName
{
background-color: #05657B;
}
</style>
border-color css
<style>
span { border-color: #05657B; }
span { border-color: rgb(5,101,123); }
td.TdClassName
{
border-color: #05657B;
}
.TagClassName
{
border-color: #05657B;
}
</style>