Shades of Free Speech Blue #5365CF
Tints of Free Speech Blue #5365CF
RGB
CMYK
RGB Variations
Color information
#5365CF (or 0x5365CF) is known color: Free Speech Blue. HEX triplet: 53, 65 and CF. RGB value is (83,101,207). Sum of RGB (Red+Green+Blue) = 83+101+207=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #5365CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365CF is #AC9A30. Grayscale: #6B6B6B. Windows color (decimal): -11311665 or 13591891. OLE color: 13591891.
HSL color Cylindrical-coordinate representation of color #5365CF: hue angle of 231.29º 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 #5365CF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 101 | 207 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.19 |
| HSL | 231.29º | 0.56% | 0.57% | - |
| HSV(B) | 231.29º | 0.6% | 0.81% | - |
| XYZ | 19.48 | 15.65 | 61.03 | - |
| YUV | 107.7 | 184.04 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 207 | 0.60 | 0.51 | 0 | 0.19 | 231.29 | 0.56 | 0.57 |
| Hex | 53 | 65 | CF | 3C | 33 | 0 | 13 | E7 | 38 | 39 |
| Octal | 123 | 145 | 317 | 74 | 63 | 0 | 23 | 347 | 70 | 71 |
| Binary | 1010011 | 1100101 | 11001111 | 111100 | 110011 | 0 | 10011 | 11100111 | 111000 | 111001 |
Color Harmonies of #5365CF
Complementary color
Monochromatic Colors of #5365CF
Black with #5365CF
Text Example
Text Example
White with #5365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365CF; }
p { color: rgb(83,101,207); }
H1.HeaderClassName
{
color: #5365CF;
}
.AnyTagClassName
{
color: #5365CF;
}
</style>
background-color css
<style>
a { background-color: #5365CF; }
a { background-color: rgb(83,101,207); }
div.DivClassName
{
background-color: #5365CF;
}
.BgClassName
{
background-color: #5365CF;
}
</style>
border-color css
<style>
span { border-color: #5365CF; }
span { border-color: rgb(83,101,207); }
td.TdClassName
{
border-color: #5365CF;
}
.TagClassName
{
border-color: #5365CF;
}
</style>