Shades of Blue Lagoon #05656D
Tints of Blue Lagoon #05656D
RGB
CMYK
RGB Variations
Color information
#05656D (or 0x05656D) is known color: Blue Lagoon. HEX triplet: 05, 65 and 6D. RGB value is (5,101,109). Sum of RGB (Red+Green+Blue) = 5+101+109=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #05656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05656D is #FA9A92. Grayscale: #494949. Windows color (decimal): -16423571 or 7169285. OLE color: 7169285.
HSL color Cylindrical-coordinate representation of color #05656D: hue angle of 184.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05656D is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 101 | 109 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.57 |
| HSL | 184.62º | 0.91% | 0.22% | - |
| HSV(B) | 184.62º | 0.95% | 0.43% | - |
| XYZ | 7.48 | 10.44 | 16.09 | - |
| YUV | 73.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 109 | 0.95 | 0.07 | 0 | 0.57 | 184.62 | 0.91 | 0.22 |
| Hex | 5 | 65 | 6D | 5F | 7 | 0 | 39 | B9 | 5B | 16 |
| Octal | 5 | 145 | 155 | 137 | 7 | 0 | 71 | 271 | 133 | 26 |
| Binary | 101 | 1100101 | 1101101 | 1011111 | 111 | 0 | 111001 | 10111001 | 1011011 | 10110 |
Color Harmonies of #05656D
Complementary color
Monochromatic Colors of #05656D
Black with #05656D
Text Example
Text Example
White with #05656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05656D; }
p { color: rgb(5,101,109); }
H1.HeaderClassName
{
color: #05656D;
}
.AnyTagClassName
{
color: #05656D;
}
</style>
background-color css
<style>
a { background-color: #05656D; }
a { background-color: rgb(5,101,109); }
div.DivClassName
{
background-color: #05656D;
}
.BgClassName
{
background-color: #05656D;
}
</style>
border-color css
<style>
span { border-color: #05656D; }
span { border-color: rgb(5,101,109); }
td.TdClassName
{
border-color: #05656D;
}
.TagClassName
{
border-color: #05656D;
}
</style>