Shades of Bondi Blue #0582C4
Tints of Bondi Blue #0582C4
RGB
CMYK
RGB Variations
Color information
#0582C4 (or 0x0582C4) is known color: Bondi Blue. HEX triplet: 05, 82 and C4. RGB value is (5,130,196). Sum of RGB (Red+Green+Blue) = 5+130+196=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #0582C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0582C4 is #FA7D3B. Grayscale: #636363. Windows color (decimal): -16416060 or 12878341. OLE color: 12878341.
HSL color Cylindrical-coordinate representation of color #0582C4: hue angle of 200.73º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0582C4 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 130 | 196 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.23 |
| HSL | 200.73º | 0.95% | 0.39% | - |
| HSV(B) | 200.73º | 0.97% | 0.77% | - |
| XYZ | 18.01 | 19.98 | 55.13 | - |
| YUV | 100.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 196 | 0.97 | 0.34 | 0 | 0.23 | 200.73 | 0.95 | 0.39 |
| Hex | 5 | 82 | C4 | 61 | 22 | 0 | 17 | C9 | 5F | 27 |
| Octal | 5 | 202 | 304 | 141 | 42 | 0 | 27 | 311 | 137 | 47 |
| Binary | 101 | 10000010 | 11000100 | 1100001 | 100010 | 0 | 10111 | 11001001 | 1011111 | 100111 |
Color Harmonies of #0582C4
Complementary color
Monochromatic Colors of #0582C4
Black with #0582C4
Text Example
Text Example
White with #0582C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582C4; }
p { color: rgb(5,130,196); }
H1.HeaderClassName
{
color: #0582C4;
}
.AnyTagClassName
{
color: #0582C4;
}
</style>
background-color css
<style>
a { background-color: #0582C4; }
a { background-color: rgb(5,130,196); }
div.DivClassName
{
background-color: #0582C4;
}
.BgClassName
{
background-color: #0582C4;
}
</style>
border-color css
<style>
span { border-color: #0582C4; }
span { border-color: rgb(5,130,196); }
td.TdClassName
{
border-color: #0582C4;
}
.TagClassName
{
border-color: #0582C4;
}
</style>