Shades of Free Speech Blue #5863CB
Tints of Free Speech Blue #5863CB
RGB
CMYK
RGB Variations
Color information
#5863CB (or 0x5863CB) is known color: Free Speech Blue. HEX triplet: 58, 63 and CB. RGB value is (88,99,203). Sum of RGB (Red+Green+Blue) = 88+99+203=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #5863CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5863CB is #A79C34. Grayscale: #6B6B6B. Windows color (decimal): -10984501 or 13329240. OLE color: 13329240.
HSL color Cylindrical-coordinate representation of color #5863CB: hue angle of 234.26º 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 #5863CB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 99 | 203 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.20 |
| HSL | 234.26º | 0.53% | 0.57% | - |
| HSV(B) | 234.26º | 0.57% | 0.8% | - |
| XYZ | 19.27 | 15.31 | 58.44 | - |
| YUV | 107.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 203 | 0.57 | 0.51 | 0 | 0.20 | 234.26 | 0.53 | 0.57 |
| Hex | 58 | 63 | CB | 39 | 33 | 0 | 14 | EA | 35 | 39 |
| Octal | 130 | 143 | 313 | 71 | 63 | 0 | 24 | 352 | 65 | 71 |
| Binary | 1011000 | 1100011 | 11001011 | 111001 | 110011 | 0 | 10100 | 11101010 | 110101 | 111001 |
Color Harmonies of #5863CB
Complementary color
Monochromatic Colors of #5863CB
Black with #5863CB
Text Example
Text Example
White with #5863CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5863CB; }
p { color: rgb(88,99,203); }
H1.HeaderClassName
{
color: #5863CB;
}
.AnyTagClassName
{
color: #5863CB;
}
</style>
background-color css
<style>
a { background-color: #5863CB; }
a { background-color: rgb(88,99,203); }
div.DivClassName
{
background-color: #5863CB;
}
.BgClassName
{
background-color: #5863CB;
}
</style>
border-color css
<style>
span { border-color: #5863CB; }
span { border-color: rgb(88,99,203); }
td.TdClassName
{
border-color: #5863CB;
}
.TagClassName
{
border-color: #5863CB;
}
</style>