Shades of Free Speech Blue #5367C3
Tints of Free Speech Blue #5367C3
RGB
CMYK
RGB Variations
Color information
#5367C3 (or 0x5367C3) is known color: Free Speech Blue. HEX triplet: 53, 67 and C3. RGB value is (83,103,195). Sum of RGB (Red+Green+Blue) = 83+103+195=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #5367C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367C3 is #AC983C. Grayscale: #6B6B6B. Windows color (decimal): -11311165 or 12805971. OLE color: 12805971.
HSL color Cylindrical-coordinate representation of color #5367C3: hue angle of 229.29º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5367C3 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 103 | 195 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.24 |
| HSL | 229.29º | 0.48% | 0.55% | - |
| HSV(B) | 229.29º | 0.57% | 0.76% | - |
| XYZ | 18.27 | 15.48 | 53.65 | - |
| YUV | 107.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 195 | 0.57 | 0.47 | 0 | 0.24 | 229.29 | 0.48 | 0.55 |
| Hex | 53 | 67 | C3 | 39 | 2F | 0 | 18 | E5 | 30 | 37 |
| Octal | 123 | 147 | 303 | 71 | 57 | 0 | 30 | 345 | 60 | 67 |
| Binary | 1010011 | 1100111 | 11000011 | 111001 | 101111 | 0 | 11000 | 11100101 | 110000 | 110111 |
Color Harmonies of #5367C3
Complementary color
Monochromatic Colors of #5367C3
Black with #5367C3
Text Example
Text Example
White with #5367C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367C3; }
p { color: rgb(83,103,195); }
H1.HeaderClassName
{
color: #5367C3;
}
.AnyTagClassName
{
color: #5367C3;
}
</style>
background-color css
<style>
a { background-color: #5367C3; }
a { background-color: rgb(83,103,195); }
div.DivClassName
{
background-color: #5367C3;
}
.BgClassName
{
background-color: #5367C3;
}
</style>
border-color css
<style>
span { border-color: #5367C3; }
span { border-color: rgb(83,103,195); }
td.TdClassName
{
border-color: #5367C3;
}
.TagClassName
{
border-color: #5367C3;
}
</style>