Shades of Free Speech Blue #5367CA
Tints of Free Speech Blue #5367CA
RGB
CMYK
RGB Variations
Color information
#5367CA (or 0x5367CA) is known color: Free Speech Blue. HEX triplet: 53, 67 and CA. RGB value is (83,103,202). Sum of RGB (Red+Green+Blue) = 83+103+202=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #5367CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367CA is #AC9835. Grayscale: #6B6B6B. Windows color (decimal): -11311158 or 13264723. OLE color: 13264723.
HSL color Cylindrical-coordinate representation of color #5367CA: hue angle of 229.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5367CA is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 103 | 202 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.21 |
| HSL | 229.92º | 0.53% | 0.56% | - |
| HSV(B) | 229.92º | 0.59% | 0.79% | - |
| XYZ | 19.08 | 15.8 | 57.92 | - |
| YUV | 108.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 202 | 0.59 | 0.49 | 0 | 0.21 | 229.92 | 0.53 | 0.56 |
| Hex | 53 | 67 | CA | 3B | 31 | 0 | 15 | E6 | 35 | 38 |
| Octal | 123 | 147 | 312 | 73 | 61 | 0 | 25 | 346 | 65 | 70 |
| Binary | 1010011 | 1100111 | 11001010 | 111011 | 110001 | 0 | 10101 | 11100110 | 110101 | 111000 |
Color Harmonies of #5367CA
Complementary color
Monochromatic Colors of #5367CA
Black with #5367CA
Text Example
Text Example
White with #5367CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367CA; }
p { color: rgb(83,103,202); }
H1.HeaderClassName
{
color: #5367CA;
}
.AnyTagClassName
{
color: #5367CA;
}
</style>
background-color css
<style>
a { background-color: #5367CA; }
a { background-color: rgb(83,103,202); }
div.DivClassName
{
background-color: #5367CA;
}
.BgClassName
{
background-color: #5367CA;
}
</style>
border-color css
<style>
span { border-color: #5367CA; }
span { border-color: rgb(83,103,202); }
td.TdClassName
{
border-color: #5367CA;
}
.TagClassName
{
border-color: #5367CA;
}
</style>