Shades of Blue Lagoon #05657C
Tints of Blue Lagoon #05657C
RGB
CMYK
RGB Variations
Color information
#05657C (or 0x05657C) is known color: Blue Lagoon. HEX triplet: 05, 65 and 7C. RGB value is (5,101,124). Sum of RGB (Red+Green+Blue) = 5+101+124=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #05657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05657C is #FA9A83. Grayscale: #4A4A4A. Windows color (decimal): -16423556 or 8152325. OLE color: 8152325.
HSL color Cylindrical-coordinate representation of color #05657C: hue angle of 191.6º 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 #05657C is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 101 | 124 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.51 |
| HSL | 191.6º | 0.92% | 0.25% | - |
| HSV(B) | 191.6º | 0.96% | 0.49% | - |
| XYZ | 8.35 | 10.79 | 20.71 | - |
| YUV | 74.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 124 | 0.96 | 0.19 | 0 | 0.51 | 191.6 | 0.92 | 0.25 |
| Hex | 5 | 65 | 7C | 60 | 13 | 0 | 33 | C0 | 5C | 19 |
| Octal | 5 | 145 | 174 | 140 | 23 | 0 | 63 | 300 | 134 | 31 |
| Binary | 101 | 1100101 | 1111100 | 1100000 | 10011 | 0 | 110011 | 11000000 | 1011100 | 11001 |
Color Harmonies of #05657C
Complementary color
Monochromatic Colors of #05657C
Black with #05657C
Text Example
Text Example
White with #05657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05657C; }
p { color: rgb(5,101,124); }
H1.HeaderClassName
{
color: #05657C;
}
.AnyTagClassName
{
color: #05657C;
}
</style>
background-color css
<style>
a { background-color: #05657C; }
a { background-color: rgb(5,101,124); }
div.DivClassName
{
background-color: #05657C;
}
.BgClassName
{
background-color: #05657C;
}
</style>
border-color css
<style>
span { border-color: #05657C; }
span { border-color: rgb(5,101,124); }
td.TdClassName
{
border-color: #05657C;
}
.TagClassName
{
border-color: #05657C;
}
</style>