Shades of Bondi Blue #0593AA
Tints of Bondi Blue #0593AA
RGB
CMYK
RGB Variations
Color information
#0593AA (or 0x0593AA) is known color: Bondi Blue. HEX triplet: 05, 93 and AA. RGB value is (5,147,170). Sum of RGB (Red+Green+Blue) = 5+147+170=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0593AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593AA is #FA6C55. Grayscale: #6A6A6A. Windows color (decimal): -16411734 or 11178757. OLE color: 11178757.
HSL color Cylindrical-coordinate representation of color #0593AA: hue angle of 188.36º 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 #0593AA is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 147 | 170 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.33 |
| HSL | 188.36º | 0.94% | 0.34% | - |
| HSV(B) | 188.36º | 0.97% | 0.67% | - |
| XYZ | 17.75 | 23.8 | 41.69 | - |
| YUV | 107.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 170 | 0.97 | 0.14 | 0 | 0.33 | 188.36 | 0.94 | 0.34 |
| Hex | 5 | 93 | AA | 61 | E | 0 | 21 | BC | 5E | 22 |
| Octal | 5 | 223 | 252 | 141 | 16 | 0 | 41 | 274 | 136 | 42 |
| Binary | 101 | 10010011 | 10101010 | 1100001 | 1110 | 0 | 100001 | 10111100 | 1011110 | 100010 |
Color Harmonies of #0593AA
Complementary color
Monochromatic Colors of #0593AA
Black with #0593AA
Text Example
Text Example
White with #0593AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593AA; }
p { color: rgb(5,147,170); }
H1.HeaderClassName
{
color: #0593AA;
}
.AnyTagClassName
{
color: #0593AA;
}
</style>
background-color css
<style>
a { background-color: #0593AA; }
a { background-color: rgb(5,147,170); }
div.DivClassName
{
background-color: #0593AA;
}
.BgClassName
{
background-color: #0593AA;
}
</style>
border-color css
<style>
span { border-color: #0593AA; }
span { border-color: rgb(5,147,170); }
td.TdClassName
{
border-color: #0593AA;
}
.TagClassName
{
border-color: #0593AA;
}
</style>