Shades of Persian Blue #053CCD
Tints of Persian Blue #053CCD
RGB
CMYK
RGB Variations
Color information
#053CCD (or 0x053CCD) is known color: Persian Blue. HEX triplet: 05, 3C and CD. RGB value is (5,60,205). Sum of RGB (Red+Green+Blue) = 5+60+205=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #053CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CCD is #FAC332. Grayscale: #3B3B3B. Windows color (decimal): -16433971 or 13450245. OLE color: 13450245.
HSL color Cylindrical-coordinate representation of color #053CCD: hue angle of 223.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CCD is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 60 | 205 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.20 |
| HSL | 223.5º | 0.95% | 0.41% | - |
| HSV(B) | 223.5º | 0.98% | 0.8% | - |
| XYZ | 12.7 | 7.67 | 58.57 | - |
| YUV | 60.09 | 209.78 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 205 | 0.98 | 0.71 | 0 | 0.20 | 223.5 | 0.95 | 0.41 |
| Hex | 5 | 3C | CD | 62 | 47 | 0 | 14 | E0 | 5F | 29 |
| Octal | 5 | 74 | 315 | 142 | 107 | 0 | 24 | 340 | 137 | 51 |
| Binary | 101 | 111100 | 11001101 | 1100010 | 1000111 | 0 | 10100 | 11100000 | 1011111 | 101001 |
Color Harmonies of #053CCD
Complementary color
Monochromatic Colors of #053CCD
Black with #053CCD
Text Example
Text Example
White with #053CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053CCD; }
p { color: rgb(5,60,205); }
H1.HeaderClassName
{
color: #053CCD;
}
.AnyTagClassName
{
color: #053CCD;
}
</style>
background-color css
<style>
a { background-color: #053CCD; }
a { background-color: rgb(5,60,205); }
div.DivClassName
{
background-color: #053CCD;
}
.BgClassName
{
background-color: #053CCD;
}
</style>
border-color css
<style>
span { border-color: #053CCD; }
span { border-color: rgb(5,60,205); }
td.TdClassName
{
border-color: #053CCD;
}
.TagClassName
{
border-color: #053CCD;
}
</style>