Shades of Blue Lagoon #005C69
Tints of Blue Lagoon #005C69
RGB
CMYK
RGB Variations
Color information
#005C69 (or 0x005C69) is known color: Blue Lagoon. HEX triplet: 00, 5C and 69. RGB value is (0,92,105). Sum of RGB (Red+Green+Blue) = 0+92+105=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #005C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C69 is #FFA396. Grayscale: #414141. Windows color (decimal): -16753559 or 6904832. OLE color: 6904832.
HSL color Cylindrical-coordinate representation of color #005C69: hue angle of 187.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C69 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 92 | 105 | - |
| CMYK | 1 | 0.12 | 0 | 0.59 |
| HSL | 187.43º | 1% | 0.21% | - |
| HSV(B) | 187.43º | 1% | 0.41% | - |
| XYZ | 6.38 | 8.67 | 14.7 | - |
| YUV | 65.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 105 | 1 | 0.12 | 0 | 0.59 | 187.43 | 1 | 0.21 |
| Hex | 0 | 5C | 69 | 64 | C | 0 | 3B | BB | 64 | 15 |
| Octal | 0 | 134 | 151 | 144 | 14 | 0 | 73 | 273 | 144 | 25 |
| Binary | 0 | 1011100 | 1101001 | 1100100 | 1100 | 0 | 111011 | 10111011 | 1100100 | 10101 |
Color Harmonies of #005C69
Complementary color
Monochromatic Colors of #005C69
Black with #005C69
Text Example
Text Example
White with #005C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C69; }
p { color: rgb(0,92,105); }
H1.HeaderClassName
{
color: #005C69;
}
.AnyTagClassName
{
color: #005C69;
}
</style>
background-color css
<style>
a { background-color: #005C69; }
a { background-color: rgb(0,92,105); }
div.DivClassName
{
background-color: #005C69;
}
.BgClassName
{
background-color: #005C69;
}
</style>
border-color css
<style>
span { border-color: #005C69; }
span { border-color: rgb(0,92,105); }
td.TdClassName
{
border-color: #005C69;
}
.TagClassName
{
border-color: #005C69;
}
</style>