Shades of Free Speech Blue #5667CF
Tints of Free Speech Blue #5667CF
RGB
CMYK
RGB Variations
Color information
#5667CF (or 0x5667CF) is known color: Free Speech Blue. HEX triplet: 56, 67 and CF. RGB value is (86,103,207). Sum of RGB (Red+Green+Blue) = 86+103+207=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 103 (40.62% from 255 or 26.01% 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 #5667CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667CF is #A99830. Grayscale: #6D6D6D. Windows color (decimal): -11114545 or 13592406. OLE color: 13592406.
HSL color Cylindrical-coordinate representation of color #5667CF: hue angle of 231.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5667CF is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 103 | 207 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.19 |
| HSL | 231.57º | 0.56% | 0.57% | - |
| HSV(B) | 231.57º | 0.58% | 0.81% | - |
| XYZ | 19.95 | 16.18 | 61.1 | - |
| YUV | 109.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 207 | 0.58 | 0.50 | 0 | 0.19 | 231.57 | 0.56 | 0.57 |
| Hex | 56 | 67 | CF | 3A | 32 | 0 | 13 | E8 | 38 | 39 |
| Octal | 126 | 147 | 317 | 72 | 62 | 0 | 23 | 350 | 70 | 71 |
| Binary | 1010110 | 1100111 | 11001111 | 111010 | 110010 | 0 | 10011 | 11101000 | 111000 | 111001 |
Color Harmonies of #5667CF
Complementary color
Monochromatic Colors of #5667CF
Black with #5667CF
Text Example
Text Example
White with #5667CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5667CF; }
p { color: rgb(86,103,207); }
H1.HeaderClassName
{
color: #5667CF;
}
.AnyTagClassName
{
color: #5667CF;
}
</style>
background-color css
<style>
a { background-color: #5667CF; }
a { background-color: rgb(86,103,207); }
div.DivClassName
{
background-color: #5667CF;
}
.BgClassName
{
background-color: #5667CF;
}
</style>
border-color css
<style>
span { border-color: #5667CF; }
span { border-color: rgb(86,103,207); }
td.TdClassName
{
border-color: #5667CF;
}
.TagClassName
{
border-color: #5667CF;
}
</style>