Shades of Persian Blue #053BEB
Tints of Persian Blue #053BEB
RGB
CMYK
RGB Variations
Color information
#053BEB (or 0x053BEB) is known color: Persian Blue. HEX triplet: 05, 3B and EB. RGB value is (5,59,235). Sum of RGB (Red+Green+Blue) = 5+59+235=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #053BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BEB is #FAC414. Grayscale: #3E3E3E. Windows color (decimal): -16434197 or 15416069. OLE color: 15416069.
HSL color Cylindrical-coordinate representation of color #053BEB: hue angle of 225.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053BEB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 59 | 235 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.08 |
| HSL | 225.91º | 0.96% | 0.47% | - |
| HSV(B) | 225.91º | 0.98% | 0.92% | - |
| XYZ | 16.62 | 9.16 | 79.49 | - |
| YUV | 62.92 | 225.11 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 235 | 0.98 | 0.75 | 0 | 0.08 | 225.91 | 0.96 | 0.47 |
| Hex | 5 | 3B | EB | 62 | 4B | 0 | 8 | E2 | 60 | 2F |
| Octal | 5 | 73 | 353 | 142 | 113 | 0 | 10 | 342 | 140 | 57 |
| Binary | 101 | 111011 | 11101011 | 1100010 | 1001011 | 0 | 1000 | 11100010 | 1100000 | 101111 |
Color Harmonies of #053BEB
Complementary color
Monochromatic Colors of #053BEB
Black with #053BEB
Text Example
Text Example
White with #053BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BEB; }
p { color: rgb(5,59,235); }
H1.HeaderClassName
{
color: #053BEB;
}
.AnyTagClassName
{
color: #053BEB;
}
</style>
background-color css
<style>
a { background-color: #053BEB; }
a { background-color: rgb(5,59,235); }
div.DivClassName
{
background-color: #053BEB;
}
.BgClassName
{
background-color: #053BEB;
}
</style>
border-color css
<style>
span { border-color: #053BEB; }
span { border-color: rgb(5,59,235); }
td.TdClassName
{
border-color: #053BEB;
}
.TagClassName
{
border-color: #053BEB;
}
</style>