Shades of Persian Blue #053CE6
Tints of Persian Blue #053CE6
RGB
CMYK
RGB Variations
Color information
#053CE6 (or 0x053CE6) is known color: Persian Blue. HEX triplet: 05, 3C and E6. RGB value is (5,60,230). Sum of RGB (Red+Green+Blue) = 5+60+230=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #053CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CE6 is #FAC319. Grayscale: #3E3E3E. Windows color (decimal): -16433946 or 15088645. OLE color: 15088645.
HSL color Cylindrical-coordinate representation of color #053CE6: hue angle of 225.33º 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 #053CE6 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 60 | 230 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.10 |
| HSL | 225.33º | 0.96% | 0.46% | - |
| HSV(B) | 225.33º | 0.98% | 0.9% | - |
| XYZ | 15.96 | 8.98 | 75.75 | - |
| YUV | 62.94 | 222.28 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 230 | 0.98 | 0.74 | 0 | 0.10 | 225.33 | 0.96 | 0.46 |
| Hex | 5 | 3C | E6 | 62 | 4A | 0 | A | E1 | 60 | 2E |
| Octal | 5 | 74 | 346 | 142 | 112 | 0 | 12 | 341 | 140 | 56 |
| Binary | 101 | 111100 | 11100110 | 1100010 | 1001010 | 0 | 1010 | 11100001 | 1100000 | 101110 |
Color Harmonies of #053CE6
Complementary color
Monochromatic Colors of #053CE6
Black with #053CE6
Text Example
Text Example
White with #053CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CE6; }
p { color: rgb(5,60,230); }
H1.HeaderClassName
{
color: #053CE6;
}
.AnyTagClassName
{
color: #053CE6;
}
</style>
background-color css
<style>
a { background-color: #053CE6; }
a { background-color: rgb(5,60,230); }
div.DivClassName
{
background-color: #053CE6;
}
.BgClassName
{
background-color: #053CE6;
}
</style>
border-color css
<style>
span { border-color: #053CE6; }
span { border-color: rgb(5,60,230); }
td.TdClassName
{
border-color: #053CE6;
}
.TagClassName
{
border-color: #053CE6;
}
</style>