Shades of Persian Blue #053DD9
Tints of Persian Blue #053DD9
RGB
CMYK
RGB Variations
Color information
#053DD9 (or 0x053DD9) is known color: Persian Blue. HEX triplet: 05, 3D and D9. RGB value is (5,61,217). Sum of RGB (Red+Green+Blue) = 5+61+217=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #053DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DD9 is #FAC226. Grayscale: #3D3D3D. Windows color (decimal): -16433703 or 14236933. OLE color: 14236933.
HSL color Cylindrical-coordinate representation of color #053DD9: hue angle of 224.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DD9 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 61 | 217 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.15 |
| HSL | 224.15º | 0.95% | 0.44% | - |
| HSV(B) | 224.15º | 0.98% | 0.85% | - |
| XYZ | 14.26 | 8.38 | 66.51 | - |
| YUV | 62.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 217 | 0.98 | 0.72 | 0 | 0.15 | 224.15 | 0.95 | 0.44 |
| Hex | 5 | 3D | D9 | 62 | 48 | 0 | F | E0 | 5F | 2C |
| Octal | 5 | 75 | 331 | 142 | 110 | 0 | 17 | 340 | 137 | 54 |
| Binary | 101 | 111101 | 11011001 | 1100010 | 1001000 | 0 | 1111 | 11100000 | 1011111 | 101100 |
Color Harmonies of #053DD9
Complementary color
Monochromatic Colors of #053DD9
Black with #053DD9
Text Example
Text Example
White with #053DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DD9; }
p { color: rgb(5,61,217); }
H1.HeaderClassName
{
color: #053DD9;
}
.AnyTagClassName
{
color: #053DD9;
}
</style>
background-color css
<style>
a { background-color: #053DD9; }
a { background-color: rgb(5,61,217); }
div.DivClassName
{
background-color: #053DD9;
}
.BgClassName
{
background-color: #053DD9;
}
</style>
border-color css
<style>
span { border-color: #053DD9; }
span { border-color: rgb(5,61,217); }
td.TdClassName
{
border-color: #053DD9;
}
.TagClassName
{
border-color: #053DD9;
}
</style>