Shades of Blue Lagoon #054E67
Tints of Blue Lagoon #054E67
RGB
CMYK
RGB Variations
Color information
#054E67 (or 0x054E67) is known color: Blue Lagoon. HEX triplet: 05, 4E and 67. RGB value is (5,78,103). Sum of RGB (Red+Green+Blue) = 5+78+103=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #054E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E67 is #FAB198. Grayscale: #3A3A3A. Windows color (decimal): -16429465 or 6770181. OLE color: 6770181.
HSL color Cylindrical-coordinate representation of color #054E67: hue angle of 195.31º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E67 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 78 | 103 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.60 |
| HSL | 195.31º | 0.91% | 0.21% | - |
| HSV(B) | 195.31º | 0.95% | 0.4% | - |
| XYZ | 5.24 | 6.46 | 13.8 | - |
| YUV | 59.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 103 | 0.95 | 0.24 | 0 | 0.60 | 195.31 | 0.91 | 0.21 |
| Hex | 5 | 4E | 67 | 5F | 18 | 0 | 3C | C3 | 5B | 15 |
| Octal | 5 | 116 | 147 | 137 | 30 | 0 | 74 | 303 | 133 | 25 |
| Binary | 101 | 1001110 | 1100111 | 1011111 | 11000 | 0 | 111100 | 11000011 | 1011011 | 10101 |
Color Harmonies of #054E67
Complementary color
Monochromatic Colors of #054E67
Black with #054E67
Text Example
Text Example
White with #054E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E67; }
p { color: rgb(5,78,103); }
H1.HeaderClassName
{
color: #054E67;
}
.AnyTagClassName
{
color: #054E67;
}
</style>
background-color css
<style>
a { background-color: #054E67; }
a { background-color: rgb(5,78,103); }
div.DivClassName
{
background-color: #054E67;
}
.BgClassName
{
background-color: #054E67;
}
</style>
border-color css
<style>
span { border-color: #054E67; }
span { border-color: rgb(5,78,103); }
td.TdClassName
{
border-color: #054E67;
}
.TagClassName
{
border-color: #054E67;
}
</style>