Shades of Bondi Blue #0589C4
Tints of Bondi Blue #0589C4
RGB
CMYK
RGB Variations
Color information
#0589C4 (or 0x0589C4) is known color: Bondi Blue. HEX triplet: 05, 89 and C4. RGB value is (5,137,196). Sum of RGB (Red+Green+Blue) = 5+137+196=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #0589C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589C4 is #FA763B. Grayscale: #676767. Windows color (decimal): -16414268 or 12880133. OLE color: 12880133.
HSL color Cylindrical-coordinate representation of color #0589C4: hue angle of 198.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0589C4 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 137 | 196 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.23 |
| HSL | 198.53º | 0.95% | 0.39% | - |
| HSV(B) | 198.53º | 0.97% | 0.77% | - |
| XYZ | 18.97 | 21.91 | 55.45 | - |
| YUV | 104.26 | 179.77 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 196 | 0.97 | 0.30 | 0 | 0.23 | 198.53 | 0.95 | 0.39 |
| Hex | 5 | 89 | C4 | 61 | 1E | 0 | 17 | C7 | 5F | 27 |
| Octal | 5 | 211 | 304 | 141 | 36 | 0 | 27 | 307 | 137 | 47 |
| Binary | 101 | 10001001 | 11000100 | 1100001 | 11110 | 0 | 10111 | 11000111 | 1011111 | 100111 |
Color Harmonies of #0589C4
Complementary color
Monochromatic Colors of #0589C4
Black with #0589C4
Text Example
Text Example
White with #0589C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0589C4; }
p { color: rgb(5,137,196); }
H1.HeaderClassName
{
color: #0589C4;
}
.AnyTagClassName
{
color: #0589C4;
}
</style>
background-color css
<style>
a { background-color: #0589C4; }
a { background-color: rgb(5,137,196); }
div.DivClassName
{
background-color: #0589C4;
}
.BgClassName
{
background-color: #0589C4;
}
</style>
border-color css
<style>
span { border-color: #0589C4; }
span { border-color: rgb(5,137,196); }
td.TdClassName
{
border-color: #0589C4;
}
.TagClassName
{
border-color: #0589C4;
}
</style>