Shades of Free Speech Blue #5865CF
Tints of Free Speech Blue #5865CF
RGB
CMYK
RGB Variations
Color information
#5865CF (or 0x5865CF) is known color: Free Speech Blue. HEX triplet: 58, 65 and CF. RGB value is (88,101,207). Sum of RGB (Red+Green+Blue) = 88+101+207=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #5865CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865CF is #A79A30. Grayscale: #6C6C6C. Windows color (decimal): -10983985 or 13591896. OLE color: 13591896.
HSL color Cylindrical-coordinate representation of color #5865CF: hue angle of 233.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5865CF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 101 | 207 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.19 |
| HSL | 233.45º | 0.55% | 0.58% | - |
| HSV(B) | 233.45º | 0.57% | 0.81% | - |
| XYZ | 19.94 | 15.89 | 61.05 | - |
| YUV | 109.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 207 | 0.57 | 0.51 | 0 | 0.19 | 233.45 | 0.55 | 0.58 |
| Hex | 58 | 65 | CF | 39 | 33 | 0 | 13 | E9 | 37 | 3A |
| Octal | 130 | 145 | 317 | 71 | 63 | 0 | 23 | 351 | 67 | 72 |
| Binary | 1011000 | 1100101 | 11001111 | 111001 | 110011 | 0 | 10011 | 11101001 | 110111 | 111010 |
Color Harmonies of #5865CF
Complementary color
Monochromatic Colors of #5865CF
Black with #5865CF
Text Example
Text Example
White with #5865CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5865CF; }
p { color: rgb(88,101,207); }
H1.HeaderClassName
{
color: #5865CF;
}
.AnyTagClassName
{
color: #5865CF;
}
</style>
background-color css
<style>
a { background-color: #5865CF; }
a { background-color: rgb(88,101,207); }
div.DivClassName
{
background-color: #5865CF;
}
.BgClassName
{
background-color: #5865CF;
}
</style>
border-color css
<style>
span { border-color: #5865CF; }
span { border-color: rgb(88,101,207); }
td.TdClassName
{
border-color: #5865CF;
}
.TagClassName
{
border-color: #5865CF;
}
</style>