Shades of Free Speech Blue #5365CB
Tints of Free Speech Blue #5365CB
RGB
CMYK
RGB Variations
Color information
#5365CB (or 0x5365CB) is known color: Free Speech Blue. HEX triplet: 53, 65 and CB. RGB value is (83,101,203). Sum of RGB (Red+Green+Blue) = 83+101+203=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #5365CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365CB is #AC9A34. Grayscale: #6A6A6A. Windows color (decimal): -11311669 or 13329747. OLE color: 13329747.
HSL color Cylindrical-coordinate representation of color #5365CB: hue angle of 231º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5365CB is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 101 | 203 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.20 |
| HSL | 231º | 0.54% | 0.56% | - |
| HSV(B) | 231º | 0.59% | 0.8% | - |
| XYZ | 19 | 15.46 | 58.48 | - |
| YUV | 107.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 203 | 0.59 | 0.50 | 0 | 0.20 | 231 | 0.54 | 0.56 |
| Hex | 53 | 65 | CB | 3B | 32 | 0 | 14 | E7 | 36 | 38 |
| Octal | 123 | 145 | 313 | 73 | 62 | 0 | 24 | 347 | 66 | 70 |
| Binary | 1010011 | 1100101 | 11001011 | 111011 | 110010 | 0 | 10100 | 11100111 | 110110 | 111000 |
Color Harmonies of #5365CB
Complementary color
Monochromatic Colors of #5365CB
Black with #5365CB
Text Example
Text Example
White with #5365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365CB; }
p { color: rgb(83,101,203); }
H1.HeaderClassName
{
color: #5365CB;
}
.AnyTagClassName
{
color: #5365CB;
}
</style>
background-color css
<style>
a { background-color: #5365CB; }
a { background-color: rgb(83,101,203); }
div.DivClassName
{
background-color: #5365CB;
}
.BgClassName
{
background-color: #5365CB;
}
</style>
border-color css
<style>
span { border-color: #5365CB; }
span { border-color: rgb(83,101,203); }
td.TdClassName
{
border-color: #5365CB;
}
.TagClassName
{
border-color: #5365CB;
}
</style>