Shades of Persian Blue #053CE5
Tints of Persian Blue #053CE5
RGB
CMYK
RGB Variations
Color information
#053CE5 (or 0x053CE5) is known color: Persian Blue. HEX triplet: 05, 3C and E5. RGB value is (5,60,229). Sum of RGB (Red+Green+Blue) = 5+60+229=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 229 (89.84% from 255 or 77.89% from 294); Max value from RGB is 229 - color contains mainly: blue. Hex color #053CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CE5 is #FAC31A. Grayscale: #3E3E3E. Windows color (decimal): -16433947 or 15023109. OLE color: 15023109.
HSL color Cylindrical-coordinate representation of color #053CE5: hue angle of 225.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CE5 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 60 | 229 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.10 |
| HSL | 225.27º | 0.96% | 0.46% | - |
| HSV(B) | 225.27º | 0.98% | 0.9% | - |
| XYZ | 15.82 | 8.92 | 75.02 | - |
| YUV | 62.82 | 221.78 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 229 | 0.98 | 0.74 | 0 | 0.10 | 225.27 | 0.96 | 0.46 |
| Hex | 5 | 3C | E5 | 62 | 4A | 0 | A | E1 | 60 | 2E |
| Octal | 5 | 74 | 345 | 142 | 112 | 0 | 12 | 341 | 140 | 56 |
| Binary | 101 | 111100 | 11100101 | 1100010 | 1001010 | 0 | 1010 | 11100001 | 1100000 | 101110 |
Color Harmonies of #053CE5
Complementary color
Monochromatic Colors of #053CE5
Black with #053CE5
Text Example
Text Example
White with #053CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CE5; }
p { color: rgb(5,60,229); }
H1.HeaderClassName
{
color: #053CE5;
}
.AnyTagClassName
{
color: #053CE5;
}
</style>
background-color css
<style>
a { background-color: #053CE5; }
a { background-color: rgb(5,60,229); }
div.DivClassName
{
background-color: #053CE5;
}
.BgClassName
{
background-color: #053CE5;
}
</style>
border-color css
<style>
span { border-color: #053CE5; }
span { border-color: rgb(5,60,229); }
td.TdClassName
{
border-color: #053CE5;
}
.TagClassName
{
border-color: #053CE5;
}
</style>