Shades of Free Speech Blue #515CCE
Tints of Free Speech Blue #515CCE
RGB
CMYK
RGB Variations
Color information
#515CCE (or 0x515CCE) is known color: Free Speech Blue. HEX triplet: 51, 5C and CE. RGB value is (81,92,206). Sum of RGB (Red+Green+Blue) = 81+92+206=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #515CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CCE is #AEA331. Grayscale: #656565. Windows color (decimal): -11445042 or 13524049. OLE color: 13524049.
HSL color Cylindrical-coordinate representation of color #515CCE: hue angle of 234.72º 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 #515CCE is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 92 | 206 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.19 |
| HSL | 234.72º | 0.56% | 0.56% | - |
| HSV(B) | 234.72º | 0.61% | 0.81% | - |
| XYZ | 18.36 | 13.86 | 60.1 | - |
| YUV | 101.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 206 | 0.61 | 0.55 | 0 | 0.19 | 234.72 | 0.56 | 0.56 |
| Hex | 51 | 5C | CE | 3D | 37 | 0 | 13 | EB | 38 | 38 |
| Octal | 121 | 134 | 316 | 75 | 67 | 0 | 23 | 353 | 70 | 70 |
| Binary | 1010001 | 1011100 | 11001110 | 111101 | 110111 | 0 | 10011 | 11101011 | 111000 | 111000 |
Color Harmonies of #515CCE
Complementary color
Monochromatic Colors of #515CCE
Black with #515CCE
Text Example
Text Example
White with #515CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CCE; }
p { color: rgb(81,92,206); }
H1.HeaderClassName
{
color: #515CCE;
}
.AnyTagClassName
{
color: #515CCE;
}
</style>
background-color css
<style>
a { background-color: #515CCE; }
a { background-color: rgb(81,92,206); }
div.DivClassName
{
background-color: #515CCE;
}
.BgClassName
{
background-color: #515CCE;
}
</style>
border-color css
<style>
span { border-color: #515CCE; }
span { border-color: rgb(81,92,206); }
td.TdClassName
{
border-color: #515CCE;
}
.TagClassName
{
border-color: #515CCE;
}
</style>