Shades of Free Speech Blue #5667C9
Tints of Free Speech Blue #5667C9
RGB
CMYK
RGB Variations
Color information
#5667C9 (or 0x5667C9) is known color: Free Speech Blue. HEX triplet: 56, 67 and C9. RGB value is (86,103,201). Sum of RGB (Red+Green+Blue) = 86+103+201=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #5667C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667C9 is #A99836. Grayscale: #6C6C6C. Windows color (decimal): -11114551 or 13199190. OLE color: 13199190.
HSL color Cylindrical-coordinate representation of color #5667C9: hue angle of 231.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5667C9 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 103 | 201 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.21 |
| HSL | 231.13º | 0.52% | 0.56% | - |
| HSV(B) | 231.13º | 0.57% | 0.79% | - |
| XYZ | 19.23 | 15.9 | 57.31 | - |
| YUV | 109.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 201 | 0.57 | 0.49 | 0 | 0.21 | 231.13 | 0.52 | 0.56 |
| Hex | 56 | 67 | C9 | 39 | 31 | 0 | 15 | E7 | 34 | 38 |
| Octal | 126 | 147 | 311 | 71 | 61 | 0 | 25 | 347 | 64 | 70 |
| Binary | 1010110 | 1100111 | 11001001 | 111001 | 110001 | 0 | 10101 | 11100111 | 110100 | 111000 |
Color Harmonies of #5667C9
Complementary color
Monochromatic Colors of #5667C9
Black with #5667C9
Text Example
Text Example
White with #5667C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667C9; }
p { color: rgb(86,103,201); }
H1.HeaderClassName
{
color: #5667C9;
}
.AnyTagClassName
{
color: #5667C9;
}
</style>
background-color css
<style>
a { background-color: #5667C9; }
a { background-color: rgb(86,103,201); }
div.DivClassName
{
background-color: #5667C9;
}
.BgClassName
{
background-color: #5667C9;
}
</style>
border-color css
<style>
span { border-color: #5667C9; }
span { border-color: rgb(86,103,201); }
td.TdClassName
{
border-color: #5667C9;
}
.TagClassName
{
border-color: #5667C9;
}
</style>