Shades of Bondi Blue #0586BD
Tints of Bondi Blue #0586BD
RGB
CMYK
RGB Variations
Color information
#0586BD (or 0x0586BD) is known color: Bondi Blue. HEX triplet: 05, 86 and BD. RGB value is (5,134,189). Sum of RGB (Red+Green+Blue) = 5+134+189=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #0586BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0586BD is #FA7942. Grayscale: #656565. Windows color (decimal): -16415043 or 12420613. OLE color: 12420613.
HSL color Cylindrical-coordinate representation of color #0586BD: hue angle of 197.93º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0586BD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 134 | 189 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.26 |
| HSL | 197.93º | 0.95% | 0.38% | - |
| HSV(B) | 197.93º | 0.97% | 0.74% | - |
| XYZ | 17.77 | 20.76 | 51.21 | - |
| YUV | 101.7 | 177.26 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 189 | 0.97 | 0.29 | 0 | 0.26 | 197.93 | 0.95 | 0.38 |
| Hex | 5 | 86 | BD | 61 | 1D | 0 | 1A | C6 | 5F | 26 |
| Octal | 5 | 206 | 275 | 141 | 35 | 0 | 32 | 306 | 137 | 46 |
| Binary | 101 | 10000110 | 10111101 | 1100001 | 11101 | 0 | 11010 | 11000110 | 1011111 | 100110 |
Color Harmonies of #0586BD
Complementary color
Monochromatic Colors of #0586BD
Black with #0586BD
Text Example
Text Example
White with #0586BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0586BD; }
p { color: rgb(5,134,189); }
H1.HeaderClassName
{
color: #0586BD;
}
.AnyTagClassName
{
color: #0586BD;
}
</style>
background-color css
<style>
a { background-color: #0586BD; }
a { background-color: rgb(5,134,189); }
div.DivClassName
{
background-color: #0586BD;
}
.BgClassName
{
background-color: #0586BD;
}
</style>
border-color css
<style>
span { border-color: #0586BD; }
span { border-color: rgb(5,134,189); }
td.TdClassName
{
border-color: #0586BD;
}
.TagClassName
{
border-color: #0586BD;
}
</style>