Shades of Bondi Blue #0592AB
Tints of Bondi Blue #0592AB
RGB
CMYK
RGB Variations
Color information
#0592AB (or 0x0592AB) is known color: Bondi Blue. HEX triplet: 05, 92 and AB. RGB value is (5,146,171). Sum of RGB (Red+Green+Blue) = 5+146+171=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0592AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592AB is #FA6D54. Grayscale: #6A6A6A. Windows color (decimal): -16411989 or 11244037. OLE color: 11244037.
HSL color Cylindrical-coordinate representation of color #0592AB: hue angle of 189.04º 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 #0592AB is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 146 | 171 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.33 |
| HSL | 189.04º | 0.94% | 0.35% | - |
| HSV(B) | 189.04º | 0.97% | 0.67% | - |
| XYZ | 17.69 | 23.53 | 42.14 | - |
| YUV | 106.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 171 | 0.97 | 0.15 | 0 | 0.33 | 189.04 | 0.94 | 0.35 |
| Hex | 5 | 92 | AB | 61 | F | 0 | 21 | BD | 5E | 23 |
| Octal | 5 | 222 | 253 | 141 | 17 | 0 | 41 | 275 | 136 | 43 |
| Binary | 101 | 10010010 | 10101011 | 1100001 | 1111 | 0 | 100001 | 10111101 | 1011110 | 100011 |
Color Harmonies of #0592AB
Complementary color
Monochromatic Colors of #0592AB
Black with #0592AB
Text Example
Text Example
White with #0592AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0592AB; }
p { color: rgb(5,146,171); }
H1.HeaderClassName
{
color: #0592AB;
}
.AnyTagClassName
{
color: #0592AB;
}
</style>
background-color css
<style>
a { background-color: #0592AB; }
a { background-color: rgb(5,146,171); }
div.DivClassName
{
background-color: #0592AB;
}
.BgClassName
{
background-color: #0592AB;
}
</style>
border-color css
<style>
span { border-color: #0592AB; }
span { border-color: rgb(5,146,171); }
td.TdClassName
{
border-color: #0592AB;
}
.TagClassName
{
border-color: #0592AB;
}
</style>