Shades of Bondi Blue #0591AC
Tints of Bondi Blue #0591AC
RGB
CMYK
RGB Variations
Color information
#0591AC (or 0x0591AC) is known color: Bondi Blue. HEX triplet: 05, 91 and AC. RGB value is (5,145,172). Sum of RGB (Red+Green+Blue) = 5+145+172=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #0591AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0591AC is #FA6E53. Grayscale: #696969. Windows color (decimal): -16412244 or 11309317. OLE color: 11309317.
HSL color Cylindrical-coordinate representation of color #0591AC: hue angle of 189.7º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0591AC is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 145 | 172 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.33 |
| HSL | 189.7º | 0.94% | 0.35% | - |
| HSV(B) | 189.7º | 0.97% | 0.67% | - |
| XYZ | 17.63 | 23.26 | 42.59 | - |
| YUV | 106.22 | 165.12 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 172 | 0.97 | 0.16 | 0 | 0.33 | 189.7 | 0.94 | 0.35 |
| Hex | 5 | 91 | AC | 61 | 10 | 0 | 21 | BE | 5E | 23 |
| Octal | 5 | 221 | 254 | 141 | 20 | 0 | 41 | 276 | 136 | 43 |
| Binary | 101 | 10010001 | 10101100 | 1100001 | 10000 | 0 | 100001 | 10111110 | 1011110 | 100011 |
Color Harmonies of #0591AC
Complementary color
Monochromatic Colors of #0591AC
Black with #0591AC
Text Example
Text Example
White with #0591AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0591AC; }
p { color: rgb(5,145,172); }
H1.HeaderClassName
{
color: #0591AC;
}
.AnyTagClassName
{
color: #0591AC;
}
</style>
background-color css
<style>
a { background-color: #0591AC; }
a { background-color: rgb(5,145,172); }
div.DivClassName
{
background-color: #0591AC;
}
.BgClassName
{
background-color: #0591AC;
}
</style>
border-color css
<style>
span { border-color: #0591AC; }
span { border-color: rgb(5,145,172); }
td.TdClassName
{
border-color: #0591AC;
}
.TagClassName
{
border-color: #0591AC;
}
</style>