Shades of Free Speech Blue #5365CD
Tints of Free Speech Blue #5365CD
RGB
CMYK
RGB Variations
Color information
#5365CD (or 0x5365CD) is known color: Free Speech Blue. HEX triplet: 53, 65 and CD. RGB value is (83,101,205). Sum of RGB (Red+Green+Blue) = 83+101+205=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #5365CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365CD is #AC9A32. Grayscale: #6B6B6B. Windows color (decimal): -11311667 or 13460819. OLE color: 13460819.
HSL color Cylindrical-coordinate representation of color #5365CD: hue angle of 231.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5365CD is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 101 | 205 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.20 |
| HSL | 231.15º | 0.55% | 0.56% | - |
| HSV(B) | 231.15º | 0.6% | 0.8% | - |
| XYZ | 19.24 | 15.55 | 59.75 | - |
| YUV | 107.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 205 | 0.60 | 0.51 | 0 | 0.20 | 231.15 | 0.55 | 0.56 |
| Hex | 53 | 65 | CD | 3C | 33 | 0 | 14 | E7 | 37 | 38 |
| Octal | 123 | 145 | 315 | 74 | 63 | 0 | 24 | 347 | 67 | 70 |
| Binary | 1010011 | 1100101 | 11001101 | 111100 | 110011 | 0 | 10100 | 11100111 | 110111 | 111000 |
Color Harmonies of #5365CD
Complementary color
Monochromatic Colors of #5365CD
Black with #5365CD
Text Example
Text Example
White with #5365CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365CD; }
p { color: rgb(83,101,205); }
H1.HeaderClassName
{
color: #5365CD;
}
.AnyTagClassName
{
color: #5365CD;
}
</style>
background-color css
<style>
a { background-color: #5365CD; }
a { background-color: rgb(83,101,205); }
div.DivClassName
{
background-color: #5365CD;
}
.BgClassName
{
background-color: #5365CD;
}
</style>
border-color css
<style>
span { border-color: #5365CD; }
span { border-color: rgb(83,101,205); }
td.TdClassName
{
border-color: #5365CD;
}
.TagClassName
{
border-color: #5365CD;
}
</style>