Shades of Blue Lagoon #05647A
Tints of Blue Lagoon #05647A
RGB
CMYK
RGB Variations
Color information
#05647A (or 0x05647A) is known color: Blue Lagoon. HEX triplet: 05, 64 and 7A. RGB value is (5,100,122). Sum of RGB (Red+Green+Blue) = 5+100+122=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #05647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05647A is #FA9B85. Grayscale: #494949. Windows color (decimal): -16423814 or 8020997. OLE color: 8020997.
HSL color Cylindrical-coordinate representation of color #05647A: hue angle of 191.28º 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 #05647A is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 100 | 122 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.52 |
| HSL | 191.28º | 0.92% | 0.25% | - |
| HSV(B) | 191.28º | 0.96% | 0.48% | - |
| XYZ | 8.13 | 10.55 | 20.02 | - |
| YUV | 74.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 122 | 0.96 | 0.18 | 0 | 0.52 | 191.28 | 0.92 | 0.25 |
| Hex | 5 | 64 | 7A | 60 | 12 | 0 | 34 | BF | 5C | 19 |
| Octal | 5 | 144 | 172 | 140 | 22 | 0 | 64 | 277 | 134 | 31 |
| Binary | 101 | 1100100 | 1111010 | 1100000 | 10010 | 0 | 110100 | 10111111 | 1011100 | 11001 |
Color Harmonies of #05647A
Complementary color
Monochromatic Colors of #05647A
Black with #05647A
Text Example
Text Example
White with #05647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05647A; }
p { color: rgb(5,100,122); }
H1.HeaderClassName
{
color: #05647A;
}
.AnyTagClassName
{
color: #05647A;
}
</style>
background-color css
<style>
a { background-color: #05647A; }
a { background-color: rgb(5,100,122); }
div.DivClassName
{
background-color: #05647A;
}
.BgClassName
{
background-color: #05647A;
}
</style>
border-color css
<style>
span { border-color: #05647A; }
span { border-color: rgb(5,100,122); }
td.TdClassName
{
border-color: #05647A;
}
.TagClassName
{
border-color: #05647A;
}
</style>