Shades of Free Speech Blue #5166CA
Tints of Free Speech Blue #5166CA
RGB
CMYK
RGB Variations
Color information
#5166CA (or 0x5166CA) is known color: Free Speech Blue. HEX triplet: 51, 66 and CA. RGB value is (81,102,202). Sum of RGB (Red+Green+Blue) = 81+102+202=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5166CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5166CA is #AE9935. Grayscale: #6A6A6A. Windows color (decimal): -11442486 or 13264465. OLE color: 13264465.
HSL color Cylindrical-coordinate representation of color #5166CA: hue angle of 229.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5166CA is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 102 | 202 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.21 |
| HSL | 229.59º | 0.53% | 0.55% | - |
| HSV(B) | 229.59º | 0.6% | 0.79% | - |
| XYZ | 18.81 | 15.52 | 57.88 | - |
| YUV | 107.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 202 | 0.60 | 0.50 | 0 | 0.21 | 229.59 | 0.53 | 0.55 |
| Hex | 51 | 66 | CA | 3C | 32 | 0 | 15 | E6 | 35 | 37 |
| Octal | 121 | 146 | 312 | 74 | 62 | 0 | 25 | 346 | 65 | 67 |
| Binary | 1010001 | 1100110 | 11001010 | 111100 | 110010 | 0 | 10101 | 11100110 | 110101 | 110111 |
Color Harmonies of #5166CA
Complementary color
Monochromatic Colors of #5166CA
Black with #5166CA
Text Example
Text Example
White with #5166CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166CA; }
p { color: rgb(81,102,202); }
H1.HeaderClassName
{
color: #5166CA;
}
.AnyTagClassName
{
color: #5166CA;
}
</style>
background-color css
<style>
a { background-color: #5166CA; }
a { background-color: rgb(81,102,202); }
div.DivClassName
{
background-color: #5166CA;
}
.BgClassName
{
background-color: #5166CA;
}
</style>
border-color css
<style>
span { border-color: #5166CA; }
span { border-color: rgb(81,102,202); }
td.TdClassName
{
border-color: #5166CA;
}
.TagClassName
{
border-color: #5166CA;
}
</style>