Shades of Persian Blue #053ED5
Tints of Persian Blue #053ED5
RGB
CMYK
RGB Variations
Color information
#053ED5 (or 0x053ED5) is known color: Persian Blue. HEX triplet: 05, 3E and D5. RGB value is (5,62,213). Sum of RGB (Red+Green+Blue) = 5+62+213=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 213 (83.59% from 255 or 76.07% from 280); Max value from RGB is 213 - color contains mainly: blue. Hex color #053ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ED5 is #FAC12A. Grayscale: #3D3D3D. Windows color (decimal): -16433451 or 13975045. OLE color: 13975045.
HSL color Cylindrical-coordinate representation of color #053ED5: hue angle of 223.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ED5 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 62 | 213 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.16 |
| HSL | 223.56º | 0.95% | 0.43% | - |
| HSV(B) | 223.56º | 0.98% | 0.84% | - |
| XYZ | 13.8 | 8.28 | 63.82 | - |
| YUV | 62.17 | 213.12 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 213 | 0.98 | 0.71 | 0 | 0.16 | 223.56 | 0.95 | 0.43 |
| Hex | 5 | 3E | D5 | 62 | 47 | 0 | 10 | E0 | 5F | 2B |
| Octal | 5 | 76 | 325 | 142 | 107 | 0 | 20 | 340 | 137 | 53 |
| Binary | 101 | 111110 | 11010101 | 1100010 | 1000111 | 0 | 10000 | 11100000 | 1011111 | 101011 |
Color Harmonies of #053ED5
Complementary color
Monochromatic Colors of #053ED5
Black with #053ED5
Text Example
Text Example
White with #053ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ED5; }
p { color: rgb(5,62,213); }
H1.HeaderClassName
{
color: #053ED5;
}
.AnyTagClassName
{
color: #053ED5;
}
</style>
background-color css
<style>
a { background-color: #053ED5; }
a { background-color: rgb(5,62,213); }
div.DivClassName
{
background-color: #053ED5;
}
.BgClassName
{
background-color: #053ED5;
}
</style>
border-color css
<style>
span { border-color: #053ED5; }
span { border-color: rgb(5,62,213); }
td.TdClassName
{
border-color: #053ED5;
}
.TagClassName
{
border-color: #053ED5;
}
</style>