Shades of Persian Blue #053AE6
Tints of Persian Blue #053AE6
RGB
CMYK
RGB Variations
Color information
#053AE6 (or 0x053AE6) is known color: Persian Blue. HEX triplet: 05, 3A and E6. RGB value is (5,58,230). Sum of RGB (Red+Green+Blue) = 5+58+230=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #053AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AE6 is #FAC519. Grayscale: #3D3D3D. Windows color (decimal): -16434458 or 15088133. OLE color: 15088133.
HSL color Cylindrical-coordinate representation of color #053AE6: hue angle of 225.87º 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 #053AE6 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 58 | 230 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.10 |
| HSL | 225.87º | 0.96% | 0.46% | - |
| HSV(B) | 225.87º | 0.98% | 0.9% | - |
| XYZ | 15.86 | 8.77 | 75.72 | - |
| YUV | 61.76 | 222.94 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 230 | 0.98 | 0.75 | 0 | 0.10 | 225.87 | 0.96 | 0.46 |
| Hex | 5 | 3A | E6 | 62 | 4B | 0 | A | E2 | 60 | 2E |
| Octal | 5 | 72 | 346 | 142 | 113 | 0 | 12 | 342 | 140 | 56 |
| Binary | 101 | 111010 | 11100110 | 1100010 | 1001011 | 0 | 1010 | 11100010 | 1100000 | 101110 |
Color Harmonies of #053AE6
Complementary color
Monochromatic Colors of #053AE6
Black with #053AE6
Text Example
Text Example
White with #053AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AE6; }
p { color: rgb(5,58,230); }
H1.HeaderClassName
{
color: #053AE6;
}
.AnyTagClassName
{
color: #053AE6;
}
</style>
background-color css
<style>
a { background-color: #053AE6; }
a { background-color: rgb(5,58,230); }
div.DivClassName
{
background-color: #053AE6;
}
.BgClassName
{
background-color: #053AE6;
}
</style>
border-color css
<style>
span { border-color: #053AE6; }
span { border-color: rgb(5,58,230); }
td.TdClassName
{
border-color: #053AE6;
}
.TagClassName
{
border-color: #053AE6;
}
</style>