Shades of Free Speech Blue #5365CC
Tints of Free Speech Blue #5365CC
RGB
CMYK
RGB Variations
Color information
#5365CC (or 0x5365CC) is known color: Free Speech Blue. HEX triplet: 53, 65 and CC. RGB value is (83,101,204). Sum of RGB (Red+Green+Blue) = 83+101+204=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5365CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365CC is #AC9A33. Grayscale: #6A6A6A. Windows color (decimal): -11311668 or 13395283. OLE color: 13395283.
HSL color Cylindrical-coordinate representation of color #5365CC: hue angle of 231.07º 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 #5365CC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 101 | 204 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.2 |
| HSL | 231.07º | 0.54% | 0.56% | - |
| HSV(B) | 231.07º | 0.59% | 0.8% | - |
| XYZ | 19.12 | 15.51 | 59.11 | - |
| YUV | 107.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 204 | 0.59 | 0.50 | 0 | 0.2 | 231.07 | 0.54 | 0.56 |
| Hex | 53 | 65 | CC | 3B | 32 | 0 | 14 | E7 | 36 | 38 |
| Octal | 123 | 145 | 314 | 73 | 62 | 0 | 24 | 347 | 66 | 70 |
| Binary | 1010011 | 1100101 | 11001100 | 111011 | 110010 | 0 | 10100 | 11100111 | 110110 | 111000 |
Color Harmonies of #5365CC
Complementary color
Monochromatic Colors of #5365CC
Black with #5365CC
Text Example
Text Example
White with #5365CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365CC; }
p { color: rgb(83,101,204); }
H1.HeaderClassName
{
color: #5365CC;
}
.AnyTagClassName
{
color: #5365CC;
}
</style>
background-color css
<style>
a { background-color: #5365CC; }
a { background-color: rgb(83,101,204); }
div.DivClassName
{
background-color: #5365CC;
}
.BgClassName
{
background-color: #5365CC;
}
</style>
border-color css
<style>
span { border-color: #5365CC; }
span { border-color: rgb(83,101,204); }
td.TdClassName
{
border-color: #5365CC;
}
.TagClassName
{
border-color: #5365CC;
}
</style>