Shades of Bondi Blue #0589C5
Tints of Bondi Blue #0589C5
RGB
CMYK
RGB Variations
Color information
#0589C5 (or 0x0589C5) is known color: Bondi Blue. HEX triplet: 05, 89 and C5. RGB value is (5,137,197). Sum of RGB (Red+Green+Blue) = 5+137+197=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #0589C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589C5 is #FA763A. Grayscale: #686868. Windows color (decimal): -16414267 or 12945669. OLE color: 12945669.
HSL color Cylindrical-coordinate representation of color #0589C5: hue angle of 198.75º 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 #0589C5 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 137 | 197 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.23 |
| HSL | 198.75º | 0.95% | 0.4% | - |
| HSV(B) | 198.75º | 0.97% | 0.77% | - |
| XYZ | 19.09 | 21.95 | 56.06 | - |
| YUV | 104.37 | 180.27 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 197 | 0.97 | 0.30 | 0 | 0.23 | 198.75 | 0.95 | 0.4 |
| Hex | 5 | 89 | C5 | 61 | 1E | 0 | 17 | C7 | 5F | 28 |
| Octal | 5 | 211 | 305 | 141 | 36 | 0 | 27 | 307 | 137 | 50 |
| Binary | 101 | 10001001 | 11000101 | 1100001 | 11110 | 0 | 10111 | 11000111 | 1011111 | 101000 |
Color Harmonies of #0589C5
Complementary color
Monochromatic Colors of #0589C5
Black with #0589C5
Text Example
Text Example
White with #0589C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589C5; }
p { color: rgb(5,137,197); }
H1.HeaderClassName
{
color: #0589C5;
}
.AnyTagClassName
{
color: #0589C5;
}
</style>
background-color css
<style>
a { background-color: #0589C5; }
a { background-color: rgb(5,137,197); }
div.DivClassName
{
background-color: #0589C5;
}
.BgClassName
{
background-color: #0589C5;
}
</style>
border-color css
<style>
span { border-color: #0589C5; }
span { border-color: rgb(5,137,197); }
td.TdClassName
{
border-color: #0589C5;
}
.TagClassName
{
border-color: #0589C5;
}
</style>