Shades of Royal Blue #575FE6
Tints of Royal Blue #575FE6
RGB
CMYK
RGB Variations
Color information
#575FE6 (or 0x575FE6) is known color: Royal Blue. HEX triplet: 57, 5F and E6. RGB value is (87,95,230). Sum of RGB (Red+Green+Blue) = 87+95+230=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #575FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FE6 is #A8A019. Grayscale: #6B6B6B. Windows color (decimal): -11051034 or 15097687. OLE color: 15097687.
HSL color Cylindrical-coordinate representation of color #575FE6: hue angle of 236.64º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575FE6 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 95 | 230 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.10 |
| HSL | 236.64º | 0.74% | 0.62% | - |
| HSV(B) | 236.64º | 0.62% | 0.9% | - |
| XYZ | 22.31 | 15.92 | 76.76 | - |
| YUV | 108 | 196.85 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 230 | 0.62 | 0.59 | 0 | 0.10 | 236.64 | 0.74 | 0.62 |
| Hex | 57 | 5F | E6 | 3E | 3B | 0 | A | ED | 4A | 3E |
| Octal | 127 | 137 | 346 | 76 | 73 | 0 | 12 | 355 | 112 | 76 |
| Binary | 1010111 | 1011111 | 11100110 | 111110 | 111011 | 0 | 1010 | 11101101 | 1001010 | 111110 |
Color Harmonies of #575FE6
Complementary color
Monochromatic Colors of #575FE6
Black with #575FE6
Text Example
Text Example
White with #575FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FE6; }
p { color: rgb(87,95,230); }
H1.HeaderClassName
{
color: #575FE6;
}
.AnyTagClassName
{
color: #575FE6;
}
</style>
background-color css
<style>
a { background-color: #575FE6; }
a { background-color: rgb(87,95,230); }
div.DivClassName
{
background-color: #575FE6;
}
.BgClassName
{
background-color: #575FE6;
}
</style>
border-color css
<style>
span { border-color: #575FE6; }
span { border-color: rgb(87,95,230); }
td.TdClassName
{
border-color: #575FE6;
}
.TagClassName
{
border-color: #575FE6;
}
</style>