Shades of Persian Blue #053CED
Tints of Persian Blue #053CED
RGB
CMYK
RGB Variations
Color information
#053CED (or 0x053CED) is known color: Persian Blue. HEX triplet: 05, 3C and ED. RGB value is (5,60,237). Sum of RGB (Red+Green+Blue) = 5+60+237=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #053CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CED is #FAC312. Grayscale: #3E3E3E. Windows color (decimal): -16433939 or 15547397. OLE color: 15547397.
HSL color Cylindrical-coordinate representation of color #053CED: hue angle of 225.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CED is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 60 | 237 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.07 |
| HSL | 225.78º | 0.96% | 0.47% | - |
| HSV(B) | 225.78º | 0.98% | 0.93% | - |
| XYZ | 16.96 | 9.38 | 81.04 | - |
| YUV | 63.73 | 225.78 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 237 | 0.98 | 0.75 | 0 | 0.07 | 225.78 | 0.96 | 0.47 |
| Hex | 5 | 3C | ED | 62 | 4B | 0 | 7 | E2 | 60 | 2F |
| Octal | 5 | 74 | 355 | 142 | 113 | 0 | 7 | 342 | 140 | 57 |
| Binary | 101 | 111100 | 11101101 | 1100010 | 1001011 | 0 | 111 | 11100010 | 1100000 | 101111 |
Color Harmonies of #053CED
Complementary color
Monochromatic Colors of #053CED
Black with #053CED
Text Example
Text Example
White with #053CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CED; }
p { color: rgb(5,60,237); }
H1.HeaderClassName
{
color: #053CED;
}
.AnyTagClassName
{
color: #053CED;
}
</style>
background-color css
<style>
a { background-color: #053CED; }
a { background-color: rgb(5,60,237); }
div.DivClassName
{
background-color: #053CED;
}
.BgClassName
{
background-color: #053CED;
}
</style>
border-color css
<style>
span { border-color: #053CED; }
span { border-color: rgb(5,60,237); }
td.TdClassName
{
border-color: #053CED;
}
.TagClassName
{
border-color: #053CED;
}
</style>