Shades of Cerulean #0583AC
Tints of Cerulean #0583AC
RGB
CMYK
RGB Variations
Color information
#0583AC (or 0x0583AC) is known color: Cerulean. HEX triplet: 05, 83 and AC. RGB value is (5,131,172). Sum of RGB (Red+Green+Blue) = 5+131+172=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #0583AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0583AC is #FA7C53. Grayscale: #616161. Windows color (decimal): -16415828 or 11305733. OLE color: 11305733.
HSL color Cylindrical-coordinate representation of color #0583AC: hue angle of 194.73º 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 #0583AC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 131 | 172 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.33 |
| HSL | 194.73º | 0.94% | 0.35% | - |
| HSV(B) | 194.73º | 0.97% | 0.67% | - |
| XYZ | 15.63 | 19.24 | 41.92 | - |
| YUV | 98 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 172 | 0.97 | 0.24 | 0 | 0.33 | 194.73 | 0.94 | 0.35 |
| Hex | 5 | 83 | AC | 61 | 18 | 0 | 21 | C3 | 5E | 23 |
| Octal | 5 | 203 | 254 | 141 | 30 | 0 | 41 | 303 | 136 | 43 |
| Binary | 101 | 10000011 | 10101100 | 1100001 | 11000 | 0 | 100001 | 11000011 | 1011110 | 100011 |
Color Harmonies of #0583AC
Complementary color
Monochromatic Colors of #0583AC
Black with #0583AC
Text Example
Text Example
White with #0583AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0583AC; }
p { color: rgb(5,131,172); }
H1.HeaderClassName
{
color: #0583AC;
}
.AnyTagClassName
{
color: #0583AC;
}
</style>
background-color css
<style>
a { background-color: #0583AC; }
a { background-color: rgb(5,131,172); }
div.DivClassName
{
background-color: #0583AC;
}
.BgClassName
{
background-color: #0583AC;
}
</style>
border-color css
<style>
span { border-color: #0583AC; }
span { border-color: rgb(5,131,172); }
td.TdClassName
{
border-color: #0583AC;
}
.TagClassName
{
border-color: #0583AC;
}
</style>