Shades of Free Speech Blue #515BCE
Tints of Free Speech Blue #515BCE
RGB
CMYK
RGB Variations
Color information
#515BCE (or 0x515BCE) is known color: Free Speech Blue. HEX triplet: 51, 5B and CE. RGB value is (81,91,206). Sum of RGB (Red+Green+Blue) = 81+91+206=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #515BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BCE is #AEA431. Grayscale: #646464. Windows color (decimal): -11445298 or 13523793. OLE color: 13523793.
HSL color Cylindrical-coordinate representation of color #515BCE: hue angle of 235.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515BCE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 91 | 206 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.19 |
| HSL | 235.2º | 0.56% | 0.56% | - |
| HSV(B) | 235.2º | 0.61% | 0.81% | - |
| XYZ | 18.28 | 13.69 | 60.07 | - |
| YUV | 101.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 206 | 0.61 | 0.56 | 0 | 0.19 | 235.2 | 0.56 | 0.56 |
| Hex | 51 | 5B | CE | 3D | 38 | 0 | 13 | EB | 38 | 38 |
| Octal | 121 | 133 | 316 | 75 | 70 | 0 | 23 | 353 | 70 | 70 |
| Binary | 1010001 | 1011011 | 11001110 | 111101 | 111000 | 0 | 10011 | 11101011 | 111000 | 111000 |
Color Harmonies of #515BCE
Complementary color
Monochromatic Colors of #515BCE
Black with #515BCE
Text Example
Text Example
White with #515BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515BCE; }
p { color: rgb(81,91,206); }
H1.HeaderClassName
{
color: #515BCE;
}
.AnyTagClassName
{
color: #515BCE;
}
</style>
background-color css
<style>
a { background-color: #515BCE; }
a { background-color: rgb(81,91,206); }
div.DivClassName
{
background-color: #515BCE;
}
.BgClassName
{
background-color: #515BCE;
}
</style>
border-color css
<style>
span { border-color: #515BCE; }
span { border-color: rgb(81,91,206); }
td.TdClassName
{
border-color: #515BCE;
}
.TagClassName
{
border-color: #515BCE;
}
</style>