Shades of Free Speech Blue #5361CF
Tints of Free Speech Blue #5361CF
RGB
CMYK
RGB Variations
Color information
#5361CF (or 0x5361CF) is known color: Free Speech Blue. HEX triplet: 53, 61 and CF. RGB value is (83,97,207). Sum of RGB (Red+Green+Blue) = 83+97+207=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #5361CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361CF is #AC9E30. Grayscale: #686868. Windows color (decimal): -11312689 or 13590867. OLE color: 13590867.
HSL color Cylindrical-coordinate representation of color #5361CF: hue angle of 233.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5361CF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 97 | 207 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.19 |
| HSL | 233.23º | 0.56% | 0.57% | - |
| HSV(B) | 233.23º | 0.6% | 0.81% | - |
| XYZ | 19.1 | 14.89 | 60.9 | - |
| YUV | 105.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 207 | 0.60 | 0.53 | 0 | 0.19 | 233.23 | 0.56 | 0.57 |
| Hex | 53 | 61 | CF | 3C | 35 | 0 | 13 | E9 | 38 | 39 |
| Octal | 123 | 141 | 317 | 74 | 65 | 0 | 23 | 351 | 70 | 71 |
| Binary | 1010011 | 1100001 | 11001111 | 111100 | 110101 | 0 | 10011 | 11101001 | 111000 | 111001 |
Color Harmonies of #5361CF
Complementary color
Monochromatic Colors of #5361CF
Black with #5361CF
Text Example
Text Example
White with #5361CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5361CF; }
p { color: rgb(83,97,207); }
H1.HeaderClassName
{
color: #5361CF;
}
.AnyTagClassName
{
color: #5361CF;
}
</style>
background-color css
<style>
a { background-color: #5361CF; }
a { background-color: rgb(83,97,207); }
div.DivClassName
{
background-color: #5361CF;
}
.BgClassName
{
background-color: #5361CF;
}
</style>
border-color css
<style>
span { border-color: #5361CF; }
span { border-color: rgb(83,97,207); }
td.TdClassName
{
border-color: #5361CF;
}
.TagClassName
{
border-color: #5361CF;
}
</style>