Shades of Blue Lagoon #005C74
Tints of Blue Lagoon #005C74
RGB
CMYK
RGB Variations
Color information
#005C74 (or 0x005C74) is known color: Blue Lagoon. HEX triplet: 00, 5C and 74. RGB value is (0,92,116). Sum of RGB (Red+Green+Blue) = 0+92+116=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #005C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C74 is #FFA38B. Grayscale: #434343. Windows color (decimal): -16753548 or 7625728. OLE color: 7625728.
HSL color Cylindrical-coordinate representation of color #005C74: hue angle of 192.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C74 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 92 | 116 | - |
| CMYK | 1 | 0.21 | 0 | 0.55 |
| HSL | 192.41º | 1% | 0.23% | - |
| HSV(B) | 192.41º | 1% | 0.45% | - |
| XYZ | 6.98 | 8.92 | 17.88 | - |
| YUV | 67.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 116 | 1 | 0.21 | 0 | 0.55 | 192.41 | 1 | 0.23 |
| Hex | 0 | 5C | 74 | 64 | 15 | 0 | 37 | C0 | 64 | 17 |
| Octal | 0 | 134 | 164 | 144 | 25 | 0 | 67 | 300 | 144 | 27 |
| Binary | 0 | 1011100 | 1110100 | 1100100 | 10101 | 0 | 110111 | 11000000 | 1100100 | 10111 |
Color Harmonies of #005C74
Complementary color
Monochromatic Colors of #005C74
Black with #005C74
Text Example
Text Example
White with #005C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C74; }
p { color: rgb(0,92,116); }
H1.HeaderClassName
{
color: #005C74;
}
.AnyTagClassName
{
color: #005C74;
}
</style>
background-color css
<style>
a { background-color: #005C74; }
a { background-color: rgb(0,92,116); }
div.DivClassName
{
background-color: #005C74;
}
.BgClassName
{
background-color: #005C74;
}
</style>
border-color css
<style>
span { border-color: #005C74; }
span { border-color: rgb(0,92,116); }
td.TdClassName
{
border-color: #005C74;
}
.TagClassName
{
border-color: #005C74;
}
</style>