Shades of Free Speech Blue #5356D2
Tints of Free Speech Blue #5356D2
RGB
CMYK
RGB Variations
Color information
#5356D2 (or 0x5356D2) is known color: Free Speech Blue. HEX triplet: 53, 56 and D2. RGB value is (83,86,210). Sum of RGB (Red+Green+Blue) = 83+86+210=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 210 (82.42% from 255 or 55.41% from 379); Max value from RGB is 210 - color contains mainly: blue. Hex color #5356D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356D2 is #ACA92D. Grayscale: #626262. Windows color (decimal): -11315502 or 13784659. OLE color: 13784659.
HSL color Cylindrical-coordinate representation of color #5356D2: hue angle of 238.58º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5356D2 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 86 | 210 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.18 |
| HSL | 238.58º | 0.59% | 0.57% | - |
| HSV(B) | 238.58º | 0.6% | 0.82% | - |
| XYZ | 18.53 | 13.15 | 62.53 | - |
| YUV | 99.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 210 | 0.60 | 0.59 | 0 | 0.18 | 238.58 | 0.59 | 0.57 |
| Hex | 53 | 56 | D2 | 3C | 3B | 0 | 12 | EF | 3B | 39 |
| Octal | 123 | 126 | 322 | 74 | 73 | 0 | 22 | 357 | 73 | 71 |
| Binary | 1010011 | 1010110 | 11010010 | 111100 | 111011 | 0 | 10010 | 11101111 | 111011 | 111001 |
Color Harmonies of #5356D2
Complementary color
Monochromatic Colors of #5356D2
Black with #5356D2
Text Example
Text Example
White with #5356D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356D2; }
p { color: rgb(83,86,210); }
H1.HeaderClassName
{
color: #5356D2;
}
.AnyTagClassName
{
color: #5356D2;
}
</style>
background-color css
<style>
a { background-color: #5356D2; }
a { background-color: rgb(83,86,210); }
div.DivClassName
{
background-color: #5356D2;
}
.BgClassName
{
background-color: #5356D2;
}
</style>
border-color css
<style>
span { border-color: #5356D2; }
span { border-color: rgb(83,86,210); }
td.TdClassName
{
border-color: #5356D2;
}
.TagClassName
{
border-color: #5356D2;
}
</style>