Shades of Bondi Blue #0596AA
Tints of Bondi Blue #0596AA
RGB
CMYK
RGB Variations
Color information
#0596AA (or 0x0596AA) is known color: Bondi Blue. HEX triplet: 05, 96 and AA. RGB value is (5,150,170). Sum of RGB (Red+Green+Blue) = 5+150+170=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #0596AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596AA is #FA6955. Grayscale: #6C6C6C. Windows color (decimal): -16410966 or 11179525. OLE color: 11179525.
HSL color Cylindrical-coordinate representation of color #0596AA: hue angle of 187.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596AA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 150 | 170 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.33 |
| HSL | 187.27º | 0.94% | 0.34% | - |
| HSV(B) | 187.27º | 0.97% | 0.67% | - |
| XYZ | 18.22 | 24.75 | 41.85 | - |
| YUV | 108.93 | 162.46 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 170 | 0.97 | 0.12 | 0 | 0.33 | 187.27 | 0.94 | 0.34 |
| Hex | 5 | 96 | AA | 61 | C | 0 | 21 | BB | 5E | 22 |
| Octal | 5 | 226 | 252 | 141 | 14 | 0 | 41 | 273 | 136 | 42 |
| Binary | 101 | 10010110 | 10101010 | 1100001 | 1100 | 0 | 100001 | 10111011 | 1011110 | 100010 |
Color Harmonies of #0596AA
Complementary color
Monochromatic Colors of #0596AA
Black with #0596AA
Text Example
Text Example
White with #0596AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0596AA; }
p { color: rgb(5,150,170); }
H1.HeaderClassName
{
color: #0596AA;
}
.AnyTagClassName
{
color: #0596AA;
}
</style>
background-color css
<style>
a { background-color: #0596AA; }
a { background-color: rgb(5,150,170); }
div.DivClassName
{
background-color: #0596AA;
}
.BgClassName
{
background-color: #0596AA;
}
</style>
border-color css
<style>
span { border-color: #0596AA; }
span { border-color: rgb(5,150,170); }
td.TdClassName
{
border-color: #0596AA;
}
.TagClassName
{
border-color: #0596AA;
}
</style>