Shades of Persian Blue #0533DC
Tints of Persian Blue #0533DC
RGB
CMYK
RGB Variations
Color information
#0533DC (or 0x0533DC) is known color: Persian Blue. HEX triplet: 05, 33 and DC. RGB value is (5,51,220). Sum of RGB (Red+Green+Blue) = 5+51+220=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0533DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0533DC is #FACC23. Grayscale: #373737. Windows color (decimal): -16436260 or 14430981. OLE color: 14430981.
HSL color Cylindrical-coordinate representation of color #0533DC: hue angle of 227.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0533DC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 51 | 220 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.14 |
| HSL | 227.16º | 0.96% | 0.44% | - |
| HSV(B) | 227.16º | 0.98% | 0.86% | - |
| XYZ | 14.16 | 7.57 | 68.42 | - |
| YUV | 56.51 | 220.26 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 220 | 0.98 | 0.77 | 0 | 0.14 | 227.16 | 0.96 | 0.44 |
| Hex | 5 | 33 | DC | 62 | 4D | 0 | E | E3 | 60 | 2C |
| Octal | 5 | 63 | 334 | 142 | 115 | 0 | 16 | 343 | 140 | 54 |
| Binary | 101 | 110011 | 11011100 | 1100010 | 1001101 | 0 | 1110 | 11100011 | 1100000 | 101100 |
Color Harmonies of #0533DC
Complementary color
Monochromatic Colors of #0533DC
Black with #0533DC
Text Example
Text Example
White with #0533DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0533DC; }
p { color: rgb(5,51,220); }
H1.HeaderClassName
{
color: #0533DC;
}
.AnyTagClassName
{
color: #0533DC;
}
</style>
background-color css
<style>
a { background-color: #0533DC; }
a { background-color: rgb(5,51,220); }
div.DivClassName
{
background-color: #0533DC;
}
.BgClassName
{
background-color: #0533DC;
}
</style>
border-color css
<style>
span { border-color: #0533DC; }
span { border-color: rgb(5,51,220); }
td.TdClassName
{
border-color: #0533DC;
}
.TagClassName
{
border-color: #0533DC;
}
</style>