Shades of Blue Lagoon #04586D
Tints of Blue Lagoon #04586D
RGB
CMYK
RGB Variations
Color information
#04586D (or 0x04586D) is known color: Blue Lagoon. HEX triplet: 04, 58 and 6D. RGB value is (4,88,109). Sum of RGB (Red+Green+Blue) = 4+88+109=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #04586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04586D is #FBA792. Grayscale: #414141. Windows color (decimal): -16492435 or 7165956. OLE color: 7165956.
HSL color Cylindrical-coordinate representation of color #04586D: hue angle of 192º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04586D is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 88 | 109 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.57 |
| HSL | 192º | 0.93% | 0.22% | - |
| HSV(B) | 192º | 0.96% | 0.43% | - |
| XYZ | 6.3 | 8.11 | 15.7 | - |
| YUV | 65.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 109 | 0.96 | 0.19 | 0 | 0.57 | 192 | 0.93 | 0.22 |
| Hex | 4 | 58 | 6D | 60 | 13 | 0 | 39 | C0 | 5D | 16 |
| Octal | 4 | 130 | 155 | 140 | 23 | 0 | 71 | 300 | 135 | 26 |
| Binary | 100 | 1011000 | 1101101 | 1100000 | 10011 | 0 | 111001 | 11000000 | 1011101 | 10110 |
Color Harmonies of #04586D
Complementary color
Monochromatic Colors of #04586D
Black with #04586D
Text Example
Text Example
White with #04586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04586D; }
p { color: rgb(4,88,109); }
H1.HeaderClassName
{
color: #04586D;
}
.AnyTagClassName
{
color: #04586D;
}
</style>
background-color css
<style>
a { background-color: #04586D; }
a { background-color: rgb(4,88,109); }
div.DivClassName
{
background-color: #04586D;
}
.BgClassName
{
background-color: #04586D;
}
</style>
border-color css
<style>
span { border-color: #04586D; }
span { border-color: rgb(4,88,109); }
td.TdClassName
{
border-color: #04586D;
}
.TagClassName
{
border-color: #04586D;
}
</style>