Shades of Royal Blue #5975FF
Tints of Royal Blue #5975FF
RGB
CMYK
RGB Variations
Color information
#5975FF (or 0x5975FF) is known color: Royal Blue. HEX triplet: 59, 75 and FF. RGB value is (89,117,255). Sum of RGB (Red+Green+Blue) = 89+117+255=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #5975FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5975FF is #A68A00. Grayscale: #7B7B7B. Windows color (decimal): -10914305 or 16741721. OLE color: 16741721.
HSL color Cylindrical-coordinate representation of color #5975FF: hue angle of 229.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5975FF is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 117 | 255 | - |
| CMYK | 0.65 | 0.54 | 0 | 0 |
| HSL | 229.88º | 1% | 0.67% | - |
| HSV(B) | 229.88º | 0.65% | 1% | - |
| XYZ | 28.53 | 22.07 | 97.36 | - |
| YUV | 124.36 | 201.72 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 255 | 0.65 | 0.54 | 0 | 0 | 229.88 | 1 | 0.67 |
| Hex | 59 | 75 | FF | 41 | 36 | 0 | 0 | E6 | 64 | 43 |
| Octal | 131 | 165 | 377 | 101 | 66 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1011001 | 1110101 | 11111111 | 1000001 | 110110 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5975FF
Complementary color
Monochromatic Colors of #5975FF
Black with #5975FF
Text Example
Text Example
White with #5975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975FF; }
p { color: rgb(89,117,255); }
H1.HeaderClassName
{
color: #5975FF;
}
.AnyTagClassName
{
color: #5975FF;
}
</style>
background-color css
<style>
a { background-color: #5975FF; }
a { background-color: rgb(89,117,255); }
div.DivClassName
{
background-color: #5975FF;
}
.BgClassName
{
background-color: #5975FF;
}
</style>
border-color css
<style>
span { border-color: #5975FF; }
span { border-color: rgb(89,117,255); }
td.TdClassName
{
border-color: #5975FF;
}
.TagClassName
{
border-color: #5975FF;
}
</style>