Shades of Free Speech Blue #5365CE
Tints of Free Speech Blue #5365CE
RGB
CMYK
RGB Variations
Color information
#5365CE (or 0x5365CE) is known color: Free Speech Blue. HEX triplet: 53, 65 and CE. RGB value is (83,101,206). Sum of RGB (Red+Green+Blue) = 83+101+206=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5365CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365CE is #AC9A31. Grayscale: #6B6B6B. Windows color (decimal): -11311666 or 13526355. OLE color: 13526355.
HSL color Cylindrical-coordinate representation of color #5365CE: hue angle of 231.22º 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 #5365CE is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 101 | 206 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.19 |
| HSL | 231.22º | 0.56% | 0.57% | - |
| HSV(B) | 231.22º | 0.6% | 0.81% | - |
| XYZ | 19.36 | 15.6 | 60.38 | - |
| YUV | 107.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 206 | 0.60 | 0.51 | 0 | 0.19 | 231.22 | 0.56 | 0.57 |
| Hex | 53 | 65 | CE | 3C | 33 | 0 | 13 | E7 | 38 | 39 |
| Octal | 123 | 145 | 316 | 74 | 63 | 0 | 23 | 347 | 70 | 71 |
| Binary | 1010011 | 1100101 | 11001110 | 111100 | 110011 | 0 | 10011 | 11100111 | 111000 | 111001 |
Color Harmonies of #5365CE
Complementary color
Monochromatic Colors of #5365CE
Black with #5365CE
Text Example
Text Example
White with #5365CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365CE; }
p { color: rgb(83,101,206); }
H1.HeaderClassName
{
color: #5365CE;
}
.AnyTagClassName
{
color: #5365CE;
}
</style>
background-color css
<style>
a { background-color: #5365CE; }
a { background-color: rgb(83,101,206); }
div.DivClassName
{
background-color: #5365CE;
}
.BgClassName
{
background-color: #5365CE;
}
</style>
border-color css
<style>
span { border-color: #5365CE; }
span { border-color: rgb(83,101,206); }
td.TdClassName
{
border-color: #5365CE;
}
.TagClassName
{
border-color: #5365CE;
}
</style>