Shades of Royal Blue #575FDD
Tints of Royal Blue #575FDD
RGB
CMYK
RGB Variations
Color information
#575FDD (or 0x575FDD) is known color: Royal Blue. HEX triplet: 57, 5F and DD. RGB value is (87,95,221). Sum of RGB (Red+Green+Blue) = 87+95+221=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #575FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FDD is #A8A022. Grayscale: #6A6A6A. Windows color (decimal): -11051043 or 14507863. OLE color: 14507863.
HSL color Cylindrical-coordinate representation of color #575FDD: hue angle of 236.42º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575FDD is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 95 | 221 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.13 |
| HSL | 236.42º | 0.66% | 0.6% | - |
| HSV(B) | 236.42º | 0.61% | 0.87% | - |
| XYZ | 21.07 | 15.43 | 70.27 | - |
| YUV | 106.97 | 192.35 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 221 | 0.61 | 0.57 | 0 | 0.13 | 236.42 | 0.66 | 0.6 |
| Hex | 57 | 5F | DD | 3D | 39 | 0 | D | EC | 42 | 3C |
| Octal | 127 | 137 | 335 | 75 | 71 | 0 | 15 | 354 | 102 | 74 |
| Binary | 1010111 | 1011111 | 11011101 | 111101 | 111001 | 0 | 1101 | 11101100 | 1000010 | 111100 |
Color Harmonies of #575FDD
Complementary color
Monochromatic Colors of #575FDD
Black with #575FDD
Text Example
Text Example
White with #575FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FDD; }
p { color: rgb(87,95,221); }
H1.HeaderClassName
{
color: #575FDD;
}
.AnyTagClassName
{
color: #575FDD;
}
</style>
background-color css
<style>
a { background-color: #575FDD; }
a { background-color: rgb(87,95,221); }
div.DivClassName
{
background-color: #575FDD;
}
.BgClassName
{
background-color: #575FDD;
}
</style>
border-color css
<style>
span { border-color: #575FDD; }
span { border-color: rgb(87,95,221); }
td.TdClassName
{
border-color: #575FDD;
}
.TagClassName
{
border-color: #575FDD;
}
</style>