Shades of Free Speech Blue #565EC3
Tints of Free Speech Blue #565EC3
RGB
CMYK
RGB Variations
Color information
#565EC3 (or 0x565EC3) is known color: Free Speech Blue. HEX triplet: 56, 5E and C3. RGB value is (86,94,195). Sum of RGB (Red+Green+Blue) = 86+94+195=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #565EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EC3 is #A9A13C. Grayscale: #666666. Windows color (decimal): -11116861 or 12803670. OLE color: 12803670.
HSL color Cylindrical-coordinate representation of color #565EC3: hue angle of 235.6º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565EC3 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 94 | 195 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.24 |
| HSL | 235.6º | 0.48% | 0.55% | - |
| HSV(B) | 235.6º | 0.56% | 0.76% | - |
| XYZ | 17.69 | 13.92 | 53.38 | - |
| YUV | 103.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 195 | 0.56 | 0.52 | 0 | 0.24 | 235.6 | 0.48 | 0.55 |
| Hex | 56 | 5E | C3 | 38 | 34 | 0 | 18 | EC | 30 | 37 |
| Octal | 126 | 136 | 303 | 70 | 64 | 0 | 30 | 354 | 60 | 67 |
| Binary | 1010110 | 1011110 | 11000011 | 111000 | 110100 | 0 | 11000 | 11101100 | 110000 | 110111 |
Color Harmonies of #565EC3
Complementary color
Monochromatic Colors of #565EC3
Black with #565EC3
Text Example
Text Example
White with #565EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EC3; }
p { color: rgb(86,94,195); }
H1.HeaderClassName
{
color: #565EC3;
}
.AnyTagClassName
{
color: #565EC3;
}
</style>
background-color css
<style>
a { background-color: #565EC3; }
a { background-color: rgb(86,94,195); }
div.DivClassName
{
background-color: #565EC3;
}
.BgClassName
{
background-color: #565EC3;
}
</style>
border-color css
<style>
span { border-color: #565EC3; }
span { border-color: rgb(86,94,195); }
td.TdClassName
{
border-color: #565EC3;
}
.TagClassName
{
border-color: #565EC3;
}
</style>