Shades of Blue Lagoon #05656A
Tints of Blue Lagoon #05656A
RGB
CMYK
RGB Variations
Color information
#05656A (or 0x05656A) is known color: Blue Lagoon. HEX triplet: 05, 65 and 6A. RGB value is (5,101,106). Sum of RGB (Red+Green+Blue) = 5+101+106=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #05656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05656A is #FA9A95. Grayscale: #484848. Windows color (decimal): -16423574 or 6972677. OLE color: 6972677.
HSL color Cylindrical-coordinate representation of color #05656A: hue angle of 182.97º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05656A is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 101 | 106 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.58 |
| HSL | 182.97º | 0.91% | 0.22% | - |
| HSV(B) | 182.97º | 0.95% | 0.42% | - |
| XYZ | 7.32 | 10.38 | 15.25 | - |
| YUV | 72.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 106 | 0.95 | 0.05 | 0 | 0.58 | 182.97 | 0.91 | 0.22 |
| Hex | 5 | 65 | 6A | 5F | 5 | 0 | 3A | B7 | 5B | 16 |
| Octal | 5 | 145 | 152 | 137 | 5 | 0 | 72 | 267 | 133 | 26 |
| Binary | 101 | 1100101 | 1101010 | 1011111 | 101 | 0 | 111010 | 10110111 | 1011011 | 10110 |
Color Harmonies of #05656A
Complementary color
Monochromatic Colors of #05656A
Black with #05656A
Text Example
Text Example
White with #05656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05656A; }
p { color: rgb(5,101,106); }
H1.HeaderClassName
{
color: #05656A;
}
.AnyTagClassName
{
color: #05656A;
}
</style>
background-color css
<style>
a { background-color: #05656A; }
a { background-color: rgb(5,101,106); }
div.DivClassName
{
background-color: #05656A;
}
.BgClassName
{
background-color: #05656A;
}
</style>
border-color css
<style>
span { border-color: #05656A; }
span { border-color: rgb(5,101,106); }
td.TdClassName
{
border-color: #05656A;
}
.TagClassName
{
border-color: #05656A;
}
</style>