Shades of Bondi Blue #0584C5
Tints of Bondi Blue #0584C5
RGB
CMYK
RGB Variations
Color information
#0584C5 (or 0x0584C5) is known color: Bondi Blue. HEX triplet: 05, 84 and C5. RGB value is (5,132,197). Sum of RGB (Red+Green+Blue) = 5+132+197=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #0584C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584C5 is #FA7B3A. Grayscale: #656565. Windows color (decimal): -16415547 or 12944389. OLE color: 12944389.
HSL color Cylindrical-coordinate representation of color #0584C5: hue angle of 200.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584C5 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 132 | 197 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.23 |
| HSL | 200.31º | 0.95% | 0.4% | - |
| HSV(B) | 200.31º | 0.97% | 0.77% | - |
| XYZ | 18.39 | 20.57 | 55.82 | - |
| YUV | 101.44 | 181.92 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 197 | 0.97 | 0.33 | 0 | 0.23 | 200.31 | 0.95 | 0.4 |
| Hex | 5 | 84 | C5 | 61 | 21 | 0 | 17 | C8 | 5F | 28 |
| Octal | 5 | 204 | 305 | 141 | 41 | 0 | 27 | 310 | 137 | 50 |
| Binary | 101 | 10000100 | 11000101 | 1100001 | 100001 | 0 | 10111 | 11001000 | 1011111 | 101000 |
Color Harmonies of #0584C5
Complementary color
Monochromatic Colors of #0584C5
Black with #0584C5
Text Example
Text Example
White with #0584C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584C5; }
p { color: rgb(5,132,197); }
H1.HeaderClassName
{
color: #0584C5;
}
.AnyTagClassName
{
color: #0584C5;
}
</style>
background-color css
<style>
a { background-color: #0584C5; }
a { background-color: rgb(5,132,197); }
div.DivClassName
{
background-color: #0584C5;
}
.BgClassName
{
background-color: #0584C5;
}
</style>
border-color css
<style>
span { border-color: #0584C5; }
span { border-color: rgb(5,132,197); }
td.TdClassName
{
border-color: #0584C5;
}
.TagClassName
{
border-color: #0584C5;
}
</style>