Shades of Blue Lagoon #055D64
Tints of Blue Lagoon #055D64
RGB
CMYK
RGB Variations
Color information
#055D64 (or 0x055D64) is known color: Blue Lagoon. HEX triplet: 05, 5D and 64. RGB value is (5,93,100). Sum of RGB (Red+Green+Blue) = 5+93+100=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #055D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D64 is #FAA29B. Grayscale: #434343. Windows color (decimal): -16425628 or 6577413. OLE color: 6577413.
HSL color Cylindrical-coordinate representation of color #055D64: hue angle of 184.42º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D64 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 93 | 100 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.61 |
| HSL | 184.42º | 0.9% | 0.21% | - |
| HSV(B) | 184.42º | 0.95% | 0.39% | - |
| XYZ | 6.28 | 8.78 | 13.42 | - |
| YUV | 67.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 100 | 0.95 | 0.07 | 0 | 0.61 | 184.42 | 0.9 | 0.21 |
| Hex | 5 | 5D | 64 | 5F | 7 | 0 | 3D | B8 | 5A | 15 |
| Octal | 5 | 135 | 144 | 137 | 7 | 0 | 75 | 270 | 132 | 25 |
| Binary | 101 | 1011101 | 1100100 | 1011111 | 111 | 0 | 111101 | 10111000 | 1011010 | 10101 |
Color Harmonies of #055D64
Complementary color
Monochromatic Colors of #055D64
Black with #055D64
Text Example
Text Example
White with #055D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D64; }
p { color: rgb(5,93,100); }
H1.HeaderClassName
{
color: #055D64;
}
.AnyTagClassName
{
color: #055D64;
}
</style>
background-color css
<style>
a { background-color: #055D64; }
a { background-color: rgb(5,93,100); }
div.DivClassName
{
background-color: #055D64;
}
.BgClassName
{
background-color: #055D64;
}
</style>
border-color css
<style>
span { border-color: #055D64; }
span { border-color: rgb(5,93,100); }
td.TdClassName
{
border-color: #055D64;
}
.TagClassName
{
border-color: #055D64;
}
</style>