Shades of Persian Blue #053DDA
Tints of Persian Blue #053DDA
RGB
CMYK
RGB Variations
Color information
#053DDA (or 0x053DDA) is known color: Persian Blue. HEX triplet: 05, 3D and DA. RGB value is (5,61,218). Sum of RGB (Red+Green+Blue) = 5+61+218=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #053DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DDA is #FAC225. Grayscale: #3D3D3D. Windows color (decimal): -16433702 or 14302469. OLE color: 14302469.
HSL color Cylindrical-coordinate representation of color #053DDA: hue angle of 224.23º degrees, saturation: 0.96, 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 #053DDA is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 61 | 218 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.15 |
| HSL | 224.23º | 0.96% | 0.44% | - |
| HSV(B) | 224.23º | 0.98% | 0.85% | - |
| XYZ | 14.39 | 8.43 | 67.2 | - |
| YUV | 62.15 | 215.95 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 218 | 0.98 | 0.72 | 0 | 0.15 | 224.23 | 0.96 | 0.44 |
| Hex | 5 | 3D | DA | 62 | 48 | 0 | F | E0 | 60 | 2C |
| Octal | 5 | 75 | 332 | 142 | 110 | 0 | 17 | 340 | 140 | 54 |
| Binary | 101 | 111101 | 11011010 | 1100010 | 1001000 | 0 | 1111 | 11100000 | 1100000 | 101100 |
Color Harmonies of #053DDA
Complementary color
Monochromatic Colors of #053DDA
Black with #053DDA
Text Example
Text Example
White with #053DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DDA; }
p { color: rgb(5,61,218); }
H1.HeaderClassName
{
color: #053DDA;
}
.AnyTagClassName
{
color: #053DDA;
}
</style>
background-color css
<style>
a { background-color: #053DDA; }
a { background-color: rgb(5,61,218); }
div.DivClassName
{
background-color: #053DDA;
}
.BgClassName
{
background-color: #053DDA;
}
</style>
border-color css
<style>
span { border-color: #053DDA; }
span { border-color: rgb(5,61,218); }
td.TdClassName
{
border-color: #053DDA;
}
.TagClassName
{
border-color: #053DDA;
}
</style>