Shades of Blue Lagoon #05627C
Tints of Blue Lagoon #05627C
RGB
CMYK
RGB Variations
Color information
#05627C (or 0x05627C) is known color: Blue Lagoon. HEX triplet: 05, 62 and 7C. RGB value is (5,98,124). Sum of RGB (Red+Green+Blue) = 5+98+124=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #05627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05627C is #FA9D83. Grayscale: #484848. Windows color (decimal): -16424324 or 8151557. OLE color: 8151557.
HSL color Cylindrical-coordinate representation of color #05627C: hue angle of 193.11º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05627C is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 98 | 124 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.51 |
| HSL | 193.11º | 0.92% | 0.25% | - |
| HSV(B) | 193.11º | 0.96% | 0.49% | - |
| XYZ | 8.07 | 10.22 | 20.62 | - |
| YUV | 73.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 124 | 0.96 | 0.21 | 0 | 0.51 | 193.11 | 0.92 | 0.25 |
| Hex | 5 | 62 | 7C | 60 | 15 | 0 | 33 | C1 | 5C | 19 |
| Octal | 5 | 142 | 174 | 140 | 25 | 0 | 63 | 301 | 134 | 31 |
| Binary | 101 | 1100010 | 1111100 | 1100000 | 10101 | 0 | 110011 | 11000001 | 1011100 | 11001 |
Color Harmonies of #05627C
Complementary color
Monochromatic Colors of #05627C
Black with #05627C
Text Example
Text Example
White with #05627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05627C; }
p { color: rgb(5,98,124); }
H1.HeaderClassName
{
color: #05627C;
}
.AnyTagClassName
{
color: #05627C;
}
</style>
background-color css
<style>
a { background-color: #05627C; }
a { background-color: rgb(5,98,124); }
div.DivClassName
{
background-color: #05627C;
}
.BgClassName
{
background-color: #05627C;
}
</style>
border-color css
<style>
span { border-color: #05627C; }
span { border-color: rgb(5,98,124); }
td.TdClassName
{
border-color: #05627C;
}
.TagClassName
{
border-color: #05627C;
}
</style>