Shades of Free Speech Blue #5360CB
Tints of Free Speech Blue #5360CB
RGB
CMYK
RGB Variations
Color information
#5360CB (or 0x5360CB) is known color: Free Speech Blue. HEX triplet: 53, 60 and CB. RGB value is (83,96,203). Sum of RGB (Red+Green+Blue) = 83+96+203=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #5360CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360CB is #AC9F34. Grayscale: #676767. Windows color (decimal): -11312949 or 13328467. OLE color: 13328467.
HSL color Cylindrical-coordinate representation of color #5360CB: hue angle of 233.5º 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 #5360CB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 96 | 203 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.20 |
| HSL | 233.5º | 0.54% | 0.56% | - |
| HSV(B) | 233.5º | 0.59% | 0.8% | - |
| XYZ | 18.53 | 14.52 | 58.33 | - |
| YUV | 104.31 | 183.69 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 203 | 0.59 | 0.53 | 0 | 0.20 | 233.5 | 0.54 | 0.56 |
| Hex | 53 | 60 | CB | 3B | 35 | 0 | 14 | EA | 36 | 38 |
| Octal | 123 | 140 | 313 | 73 | 65 | 0 | 24 | 352 | 66 | 70 |
| Binary | 1010011 | 1100000 | 11001011 | 111011 | 110101 | 0 | 10100 | 11101010 | 110110 | 111000 |
Color Harmonies of #5360CB
Complementary color
Monochromatic Colors of #5360CB
Black with #5360CB
Text Example
Text Example
White with #5360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5360CB; }
p { color: rgb(83,96,203); }
H1.HeaderClassName
{
color: #5360CB;
}
.AnyTagClassName
{
color: #5360CB;
}
</style>
background-color css
<style>
a { background-color: #5360CB; }
a { background-color: rgb(83,96,203); }
div.DivClassName
{
background-color: #5360CB;
}
.BgClassName
{
background-color: #5360CB;
}
</style>
border-color css
<style>
span { border-color: #5360CB; }
span { border-color: rgb(83,96,203); }
td.TdClassName
{
border-color: #5360CB;
}
.TagClassName
{
border-color: #5360CB;
}
</style>