Shades of Bondi Blue #059AA5
Tints of Bondi Blue #059AA5
RGB
CMYK
RGB Variations
Color information
#059AA5 (or 0x059AA5) is known color: Bondi Blue. HEX triplet: 05, 9A and A5. RGB value is (5,154,165). Sum of RGB (Red+Green+Blue) = 5+154+165=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #059AA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AA5 is #FA655A. Grayscale: #6E6E6E. Windows color (decimal): -16409947 or 10852869. OLE color: 10852869.
HSL color Cylindrical-coordinate representation of color #059AA5: hue angle of 184.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AA5 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 154 | 165 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.35 |
| HSL | 184.13º | 0.94% | 0.33% | - |
| HSV(B) | 184.13º | 0.97% | 0.65% | - |
| XYZ | 18.41 | 25.86 | 39.62 | - |
| YUV | 110.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 165 | 0.97 | 0.07 | 0 | 0.35 | 184.13 | 0.94 | 0.33 |
| Hex | 5 | 9A | A5 | 61 | 7 | 0 | 23 | B8 | 5E | 21 |
| Octal | 5 | 232 | 245 | 141 | 7 | 0 | 43 | 270 | 136 | 41 |
| Binary | 101 | 10011010 | 10100101 | 1100001 | 111 | 0 | 100011 | 10111000 | 1011110 | 100001 |
Color Harmonies of #059AA5
Complementary color
Monochromatic Colors of #059AA5
Black with #059AA5
Text Example
Text Example
White with #059AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AA5; }
p { color: rgb(5,154,165); }
H1.HeaderClassName
{
color: #059AA5;
}
.AnyTagClassName
{
color: #059AA5;
}
</style>
background-color css
<style>
a { background-color: #059AA5; }
a { background-color: rgb(5,154,165); }
div.DivClassName
{
background-color: #059AA5;
}
.BgClassName
{
background-color: #059AA5;
}
</style>
border-color css
<style>
span { border-color: #059AA5; }
span { border-color: rgb(5,154,165); }
td.TdClassName
{
border-color: #059AA5;
}
.TagClassName
{
border-color: #059AA5;
}
</style>