Shades of Pacific Blue #058DC5
Tints of Pacific Blue #058DC5
RGB
CMYK
RGB Variations
Color information
#058DC5 (or 0x058DC5) is known color: Pacific Blue. HEX triplet: 05, 8D and C5. RGB value is (5,141,197). Sum of RGB (Red+Green+Blue) = 5+141+197=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #058DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DC5 is #FA723A. Grayscale: #6A6A6A. Windows color (decimal): -16413243 or 12946693. OLE color: 12946693.
HSL color Cylindrical-coordinate representation of color #058DC5: hue angle of 197.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DC5 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 141 | 197 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.23 |
| HSL | 197.5º | 0.95% | 0.4% | - |
| HSV(B) | 197.5º | 0.97% | 0.77% | - |
| XYZ | 19.67 | 23.11 | 56.25 | - |
| YUV | 106.72 | 178.94 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 197 | 0.97 | 0.28 | 0 | 0.23 | 197.5 | 0.95 | 0.4 |
| Hex | 5 | 8D | C5 | 61 | 1C | 0 | 17 | C6 | 5F | 28 |
| Octal | 5 | 215 | 305 | 141 | 34 | 0 | 27 | 306 | 137 | 50 |
| Binary | 101 | 10001101 | 11000101 | 1100001 | 11100 | 0 | 10111 | 11000110 | 1011111 | 101000 |
Color Harmonies of #058DC5
Complementary color
Monochromatic Colors of #058DC5
Black with #058DC5
Text Example
Text Example
White with #058DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DC5; }
p { color: rgb(5,141,197); }
H1.HeaderClassName
{
color: #058DC5;
}
.AnyTagClassName
{
color: #058DC5;
}
</style>
background-color css
<style>
a { background-color: #058DC5; }
a { background-color: rgb(5,141,197); }
div.DivClassName
{
background-color: #058DC5;
}
.BgClassName
{
background-color: #058DC5;
}
</style>
border-color css
<style>
span { border-color: #058DC5; }
span { border-color: rgb(5,141,197); }
td.TdClassName
{
border-color: #058DC5;
}
.TagClassName
{
border-color: #058DC5;
}
</style>