Shades of Blue Lagoon #005F75
Tints of Blue Lagoon #005F75
RGB
CMYK
RGB Variations
Color information
#005F75 (or 0x005F75) is known color: Blue Lagoon. HEX triplet: 00, 5F and 75. RGB value is (0,95,117). Sum of RGB (Red+Green+Blue) = 0+95+117=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #005F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F75 is #FFA08A. Grayscale: #444444. Windows color (decimal): -16752779 or 7692032. OLE color: 7692032.
HSL color Cylindrical-coordinate representation of color #005F75: hue angle of 191.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F75 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 95 | 117 | - |
| CMYK | 1 | 0.19 | 0 | 0.54 |
| HSL | 191.28º | 1% | 0.23% | - |
| HSV(B) | 191.28º | 1% | 0.46% | - |
| XYZ | 7.3 | 9.47 | 18.27 | - |
| YUV | 69.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 117 | 1 | 0.19 | 0 | 0.54 | 191.28 | 1 | 0.23 |
| Hex | 0 | 5F | 75 | 64 | 13 | 0 | 36 | BF | 64 | 17 |
| Octal | 0 | 137 | 165 | 144 | 23 | 0 | 66 | 277 | 144 | 27 |
| Binary | 0 | 1011111 | 1110101 | 1100100 | 10011 | 0 | 110110 | 10111111 | 1100100 | 10111 |
Color Harmonies of #005F75
Complementary color
Monochromatic Colors of #005F75
Black with #005F75
Text Example
Text Example
White with #005F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F75; }
p { color: rgb(0,95,117); }
H1.HeaderClassName
{
color: #005F75;
}
.AnyTagClassName
{
color: #005F75;
}
</style>
background-color css
<style>
a { background-color: #005F75; }
a { background-color: rgb(0,95,117); }
div.DivClassName
{
background-color: #005F75;
}
.BgClassName
{
background-color: #005F75;
}
</style>
border-color css
<style>
span { border-color: #005F75; }
span { border-color: rgb(0,95,117); }
td.TdClassName
{
border-color: #005F75;
}
.TagClassName
{
border-color: #005F75;
}
</style>