Shades of Persian Blue #053BE6
Tints of Persian Blue #053BE6
RGB
CMYK
RGB Variations
Color information
#053BE6 (or 0x053BE6) is known color: Persian Blue. HEX triplet: 05, 3B and E6. RGB value is (5,59,230). Sum of RGB (Red+Green+Blue) = 5+59+230=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #053BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BE6 is #FAC419. Grayscale: #3D3D3D. Windows color (decimal): -16434202 or 15088389. OLE color: 15088389.
HSL color Cylindrical-coordinate representation of color #053BE6: hue angle of 225.6º 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 #053BE6 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 59 | 230 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.10 |
| HSL | 225.6º | 0.96% | 0.46% | - |
| HSV(B) | 225.6º | 0.98% | 0.9% | - |
| XYZ | 15.91 | 8.87 | 75.74 | - |
| YUV | 62.35 | 222.61 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 230 | 0.98 | 0.74 | 0 | 0.10 | 225.6 | 0.96 | 0.46 |
| Hex | 5 | 3B | E6 | 62 | 4A | 0 | A | E2 | 60 | 2E |
| Octal | 5 | 73 | 346 | 142 | 112 | 0 | 12 | 342 | 140 | 56 |
| Binary | 101 | 111011 | 11100110 | 1100010 | 1001010 | 0 | 1010 | 11100010 | 1100000 | 101110 |
Color Harmonies of #053BE6
Complementary color
Monochromatic Colors of #053BE6
Black with #053BE6
Text Example
Text Example
White with #053BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BE6; }
p { color: rgb(5,59,230); }
H1.HeaderClassName
{
color: #053BE6;
}
.AnyTagClassName
{
color: #053BE6;
}
</style>
background-color css
<style>
a { background-color: #053BE6; }
a { background-color: rgb(5,59,230); }
div.DivClassName
{
background-color: #053BE6;
}
.BgClassName
{
background-color: #053BE6;
}
</style>
border-color css
<style>
span { border-color: #053BE6; }
span { border-color: rgb(5,59,230); }
td.TdClassName
{
border-color: #053BE6;
}
.TagClassName
{
border-color: #053BE6;
}
</style>