Shades of Free Speech Blue #515CCB
Tints of Free Speech Blue #515CCB
RGB
CMYK
RGB Variations
Color information
#515CCB (or 0x515CCB) is known color: Free Speech Blue. HEX triplet: 51, 5C and CB. RGB value is (81,92,203). Sum of RGB (Red+Green+Blue) = 81+92+203=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #515CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CCB is #AEA334. Grayscale: #646464. Windows color (decimal): -11445045 or 13327441. OLE color: 13327441.
HSL color Cylindrical-coordinate representation of color #515CCB: hue angle of 234.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515CCB is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 92 | 203 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.20 |
| HSL | 234.59º | 0.54% | 0.56% | - |
| HSV(B) | 234.59º | 0.6% | 0.8% | - |
| XYZ | 18 | 13.72 | 58.2 | - |
| YUV | 101.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 203 | 0.60 | 0.55 | 0 | 0.20 | 234.59 | 0.54 | 0.56 |
| Hex | 51 | 5C | CB | 3C | 37 | 0 | 14 | EB | 36 | 38 |
| Octal | 121 | 134 | 313 | 74 | 67 | 0 | 24 | 353 | 66 | 70 |
| Binary | 1010001 | 1011100 | 11001011 | 111100 | 110111 | 0 | 10100 | 11101011 | 110110 | 111000 |
Color Harmonies of #515CCB
Complementary color
Monochromatic Colors of #515CCB
Black with #515CCB
Text Example
Text Example
White with #515CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CCB; }
p { color: rgb(81,92,203); }
H1.HeaderClassName
{
color: #515CCB;
}
.AnyTagClassName
{
color: #515CCB;
}
</style>
background-color css
<style>
a { background-color: #515CCB; }
a { background-color: rgb(81,92,203); }
div.DivClassName
{
background-color: #515CCB;
}
.BgClassName
{
background-color: #515CCB;
}
</style>
border-color css
<style>
span { border-color: #515CCB; }
span { border-color: rgb(81,92,203); }
td.TdClassName
{
border-color: #515CCB;
}
.TagClassName
{
border-color: #515CCB;
}
</style>