Shades of Free Speech Blue #5258CB
Tints of Free Speech Blue #5258CB
RGB
CMYK
RGB Variations
Color information
#5258CB (or 0x5258CB) is known color: Free Speech Blue. HEX triplet: 52, 58 and CB. RGB value is (82,88,203). Sum of RGB (Red+Green+Blue) = 82+88+203=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5258CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5258CB is #ADA734. Grayscale: #626262. Windows color (decimal): -11380533 or 13326418. OLE color: 13326418.
HSL color Cylindrical-coordinate representation of color #5258CB: hue angle of 237.02º 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 #5258CB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 88 | 203 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.20 |
| HSL | 237.02º | 0.54% | 0.56% | - |
| HSV(B) | 237.02º | 0.6% | 0.8% | - |
| XYZ | 17.75 | 13.09 | 58.09 | - |
| YUV | 99.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 203 | 0.60 | 0.57 | 0 | 0.20 | 237.02 | 0.54 | 0.56 |
| Hex | 52 | 58 | CB | 3C | 39 | 0 | 14 | ED | 36 | 38 |
| Octal | 122 | 130 | 313 | 74 | 71 | 0 | 24 | 355 | 66 | 70 |
| Binary | 1010010 | 1011000 | 11001011 | 111100 | 111001 | 0 | 10100 | 11101101 | 110110 | 111000 |
Color Harmonies of #5258CB
Complementary color
Monochromatic Colors of #5258CB
Black with #5258CB
Text Example
Text Example
White with #5258CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5258CB; }
p { color: rgb(82,88,203); }
H1.HeaderClassName
{
color: #5258CB;
}
.AnyTagClassName
{
color: #5258CB;
}
</style>
background-color css
<style>
a { background-color: #5258CB; }
a { background-color: rgb(82,88,203); }
div.DivClassName
{
background-color: #5258CB;
}
.BgClassName
{
background-color: #5258CB;
}
</style>
border-color css
<style>
span { border-color: #5258CB; }
span { border-color: rgb(82,88,203); }
td.TdClassName
{
border-color: #5258CB;
}
.TagClassName
{
border-color: #5258CB;
}
</style>