Shades of Free Speech Blue #5865CC
Tints of Free Speech Blue #5865CC
RGB
CMYK
RGB Variations
Color information
#5865CC (or 0x5865CC) is known color: Free Speech Blue. HEX triplet: 58, 65 and CC. RGB value is (88,101,204). Sum of RGB (Red+Green+Blue) = 88+101+204=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5865CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865CC is #A79A33. Grayscale: #6C6C6C. Windows color (decimal): -10983988 or 13395288. OLE color: 13395288.
HSL color Cylindrical-coordinate representation of color #5865CC: hue angle of 233.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5865CC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 101 | 204 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.2 |
| HSL | 233.28º | 0.53% | 0.57% | - |
| HSV(B) | 233.28º | 0.57% | 0.8% | - |
| XYZ | 19.58 | 15.74 | 59.13 | - |
| YUV | 108.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 204 | 0.57 | 0.50 | 0 | 0.2 | 233.28 | 0.53 | 0.57 |
| Hex | 58 | 65 | CC | 39 | 32 | 0 | 14 | E9 | 35 | 39 |
| Octal | 130 | 145 | 314 | 71 | 62 | 0 | 24 | 351 | 65 | 71 |
| Binary | 1011000 | 1100101 | 11001100 | 111001 | 110010 | 0 | 10100 | 11101001 | 110101 | 111001 |
Color Harmonies of #5865CC
Complementary color
Monochromatic Colors of #5865CC
Black with #5865CC
Text Example
Text Example
White with #5865CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5865CC; }
p { color: rgb(88,101,204); }
H1.HeaderClassName
{
color: #5865CC;
}
.AnyTagClassName
{
color: #5865CC;
}
</style>
background-color css
<style>
a { background-color: #5865CC; }
a { background-color: rgb(88,101,204); }
div.DivClassName
{
background-color: #5865CC;
}
.BgClassName
{
background-color: #5865CC;
}
</style>
border-color css
<style>
span { border-color: #5865CC; }
span { border-color: rgb(88,101,204); }
td.TdClassName
{
border-color: #5865CC;
}
.TagClassName
{
border-color: #5865CC;
}
</style>