Shades of Free Speech Blue #5364CE
Tints of Free Speech Blue #5364CE
RGB
CMYK
RGB Variations
Color information
#5364CE (or 0x5364CE) is known color: Free Speech Blue. HEX triplet: 53, 64 and CE. RGB value is (83,100,206). Sum of RGB (Red+Green+Blue) = 83+100+206=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #5364CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5364CE is #AC9B31. Grayscale: #6A6A6A. Windows color (decimal): -11311922 or 13526099. OLE color: 13526099.
HSL color Cylindrical-coordinate representation of color #5364CE: hue angle of 231.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5364CE is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 100 | 206 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.19 |
| HSL | 231.71º | 0.56% | 0.57% | - |
| HSV(B) | 231.71º | 0.6% | 0.81% | - |
| XYZ | 19.27 | 15.41 | 60.35 | - |
| YUV | 107 | 183.87 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 206 | 0.60 | 0.51 | 0 | 0.19 | 231.71 | 0.56 | 0.57 |
| Hex | 53 | 64 | CE | 3C | 33 | 0 | 13 | E8 | 38 | 39 |
| Octal | 123 | 144 | 316 | 74 | 63 | 0 | 23 | 350 | 70 | 71 |
| Binary | 1010011 | 1100100 | 11001110 | 111100 | 110011 | 0 | 10011 | 11101000 | 111000 | 111001 |
Color Harmonies of #5364CE
Complementary color
Monochromatic Colors of #5364CE
Black with #5364CE
Text Example
Text Example
White with #5364CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364CE; }
p { color: rgb(83,100,206); }
H1.HeaderClassName
{
color: #5364CE;
}
.AnyTagClassName
{
color: #5364CE;
}
</style>
background-color css
<style>
a { background-color: #5364CE; }
a { background-color: rgb(83,100,206); }
div.DivClassName
{
background-color: #5364CE;
}
.BgClassName
{
background-color: #5364CE;
}
</style>
border-color css
<style>
span { border-color: #5364CE; }
span { border-color: rgb(83,100,206); }
td.TdClassName
{
border-color: #5364CE;
}
.TagClassName
{
border-color: #5364CE;
}
</style>