Shades of Persian Blue #053BE8
Tints of Persian Blue #053BE8
RGB
CMYK
RGB Variations
Color information
#053BE8 (or 0x053BE8) is known color: Persian Blue. HEX triplet: 05, 3B and E8. RGB value is (5,59,232). Sum of RGB (Red+Green+Blue) = 5+59+232=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 232 (91.02% from 255 or 78.38% from 296); Max value from RGB is 232 - color contains mainly: blue. Hex color #053BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BE8 is #FAC417. Grayscale: #3D3D3D. Windows color (decimal): -16434200 or 15219461. OLE color: 15219461.
HSL color Cylindrical-coordinate representation of color #053BE8: hue angle of 225.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053BE8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 59 | 232 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.09 |
| HSL | 225.73º | 0.96% | 0.46% | - |
| HSV(B) | 225.73º | 0.98% | 0.91% | - |
| XYZ | 16.19 | 8.99 | 77.23 | - |
| YUV | 62.58 | 223.61 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 232 | 0.98 | 0.75 | 0 | 0.09 | 225.73 | 0.96 | 0.46 |
| Hex | 5 | 3B | E8 | 62 | 4B | 0 | 9 | E2 | 60 | 2E |
| Octal | 5 | 73 | 350 | 142 | 113 | 0 | 11 | 342 | 140 | 56 |
| Binary | 101 | 111011 | 11101000 | 1100010 | 1001011 | 0 | 1001 | 11100010 | 1100000 | 101110 |
Color Harmonies of #053BE8
Complementary color
Monochromatic Colors of #053BE8
Black with #053BE8
Text Example
Text Example
White with #053BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BE8; }
p { color: rgb(5,59,232); }
H1.HeaderClassName
{
color: #053BE8;
}
.AnyTagClassName
{
color: #053BE8;
}
</style>
background-color css
<style>
a { background-color: #053BE8; }
a { background-color: rgb(5,59,232); }
div.DivClassName
{
background-color: #053BE8;
}
.BgClassName
{
background-color: #053BE8;
}
</style>
border-color css
<style>
span { border-color: #053BE8; }
span { border-color: rgb(5,59,232); }
td.TdClassName
{
border-color: #053BE8;
}
.TagClassName
{
border-color: #053BE8;
}
</style>