Shades of Blue Lagoon #05647B
Tints of Blue Lagoon #05647B
RGB
CMYK
RGB Variations
Color information
#05647B (or 0x05647B) is known color: Blue Lagoon. HEX triplet: 05, 64 and 7B. RGB value is (5,100,123). Sum of RGB (Red+Green+Blue) = 5+100+123=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #05647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05647B is #FA9B84. Grayscale: #4A4A4A. Windows color (decimal): -16423813 or 8086533. OLE color: 8086533.
HSL color Cylindrical-coordinate representation of color #05647B: hue angle of 191.69º 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 #05647B is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 100 | 123 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.52 |
| HSL | 191.69º | 0.92% | 0.25% | - |
| HSV(B) | 191.69º | 0.96% | 0.48% | - |
| XYZ | 8.19 | 10.58 | 20.35 | - |
| YUV | 74.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 123 | 0.96 | 0.19 | 0 | 0.52 | 191.69 | 0.92 | 0.25 |
| Hex | 5 | 64 | 7B | 60 | 13 | 0 | 34 | C0 | 5C | 19 |
| Octal | 5 | 144 | 173 | 140 | 23 | 0 | 64 | 300 | 134 | 31 |
| Binary | 101 | 1100100 | 1111011 | 1100000 | 10011 | 0 | 110100 | 11000000 | 1011100 | 11001 |
Color Harmonies of #05647B
Complementary color
Monochromatic Colors of #05647B
Black with #05647B
Text Example
Text Example
White with #05647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05647B; }
p { color: rgb(5,100,123); }
H1.HeaderClassName
{
color: #05647B;
}
.AnyTagClassName
{
color: #05647B;
}
</style>
background-color css
<style>
a { background-color: #05647B; }
a { background-color: rgb(5,100,123); }
div.DivClassName
{
background-color: #05647B;
}
.BgClassName
{
background-color: #05647B;
}
</style>
border-color css
<style>
span { border-color: #05647B; }
span { border-color: rgb(5,100,123); }
td.TdClassName
{
border-color: #05647B;
}
.TagClassName
{
border-color: #05647B;
}
</style>