Shades of Persian Blue #053ADE
Tints of Persian Blue #053ADE
RGB
CMYK
RGB Variations
Color information
#053ADE (or 0x053ADE) is known color: Persian Blue. HEX triplet: 05, 3A and DE. RGB value is (5,58,222). Sum of RGB (Red+Green+Blue) = 5+58+222=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #053ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ADE is #FAC521. Grayscale: #3C3C3C. Windows color (decimal): -16434466 or 14563845. OLE color: 14563845.
HSL color Cylindrical-coordinate representation of color #053ADE: hue angle of 225.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ADE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 58 | 222 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.13 |
| HSL | 225.35º | 0.96% | 0.45% | - |
| HSV(B) | 225.35º | 0.98% | 0.87% | - |
| XYZ | 14.76 | 8.33 | 69.94 | - |
| YUV | 60.85 | 218.94 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 222 | 0.98 | 0.74 | 0 | 0.13 | 225.35 | 0.96 | 0.45 |
| Hex | 5 | 3A | DE | 62 | 4A | 0 | D | E1 | 60 | 2D |
| Octal | 5 | 72 | 336 | 142 | 112 | 0 | 15 | 341 | 140 | 55 |
| Binary | 101 | 111010 | 11011110 | 1100010 | 1001010 | 0 | 1101 | 11100001 | 1100000 | 101101 |
Color Harmonies of #053ADE
Complementary color
Monochromatic Colors of #053ADE
Black with #053ADE
Text Example
Text Example
White with #053ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ADE; }
p { color: rgb(5,58,222); }
H1.HeaderClassName
{
color: #053ADE;
}
.AnyTagClassName
{
color: #053ADE;
}
</style>
background-color css
<style>
a { background-color: #053ADE; }
a { background-color: rgb(5,58,222); }
div.DivClassName
{
background-color: #053ADE;
}
.BgClassName
{
background-color: #053ADE;
}
</style>
border-color css
<style>
span { border-color: #053ADE; }
span { border-color: rgb(5,58,222); }
td.TdClassName
{
border-color: #053ADE;
}
.TagClassName
{
border-color: #053ADE;
}
</style>