Shades of Persian Blue #053ADD
Tints of Persian Blue #053ADD
RGB
CMYK
RGB Variations
Color information
#053ADD (or 0x053ADD) is known color: Persian Blue. HEX triplet: 05, 3A and DD. RGB value is (5,58,221). Sum of RGB (Red+Green+Blue) = 5+58+221=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #053ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ADD is #FAC522. Grayscale: #3C3C3C. Windows color (decimal): -16434467 or 14498309. OLE color: 14498309.
HSL color Cylindrical-coordinate representation of color #053ADD: hue angle of 225.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ADD is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 58 | 221 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.13 |
| HSL | 225.28º | 0.96% | 0.44% | - |
| HSV(B) | 225.28º | 0.98% | 0.87% | - |
| XYZ | 14.63 | 8.28 | 69.23 | - |
| YUV | 60.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 221 | 0.98 | 0.74 | 0 | 0.13 | 225.28 | 0.96 | 0.44 |
| Hex | 5 | 3A | DD | 62 | 4A | 0 | D | E1 | 60 | 2C |
| Octal | 5 | 72 | 335 | 142 | 112 | 0 | 15 | 341 | 140 | 54 |
| Binary | 101 | 111010 | 11011101 | 1100010 | 1001010 | 0 | 1101 | 11100001 | 1100000 | 101100 |
Color Harmonies of #053ADD
Complementary color
Monochromatic Colors of #053ADD
Black with #053ADD
Text Example
Text Example
White with #053ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ADD; }
p { color: rgb(5,58,221); }
H1.HeaderClassName
{
color: #053ADD;
}
.AnyTagClassName
{
color: #053ADD;
}
</style>
background-color css
<style>
a { background-color: #053ADD; }
a { background-color: rgb(5,58,221); }
div.DivClassName
{
background-color: #053ADD;
}
.BgClassName
{
background-color: #053ADD;
}
</style>
border-color css
<style>
span { border-color: #053ADD; }
span { border-color: rgb(5,58,221); }
td.TdClassName
{
border-color: #053ADD;
}
.TagClassName
{
border-color: #053ADD;
}
</style>