Shades of Free Speech Blue #525CCB
Tints of Free Speech Blue #525CCB
RGB
CMYK
RGB Variations
Color information
#525CCB (or 0x525CCB) is known color: Free Speech Blue. HEX triplet: 52, 5C and CB. RGB value is (82,92,203). Sum of RGB (Red+Green+Blue) = 82+92+203=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #525CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CCB is #ADA334. Grayscale: #656565. Windows color (decimal): -11379509 or 13327442. OLE color: 13327442.
HSL color Cylindrical-coordinate representation of color #525CCB: hue angle of 235.04º 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 #525CCB is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 92 | 203 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.20 |
| HSL | 235.04º | 0.54% | 0.56% | - |
| HSV(B) | 235.04º | 0.6% | 0.8% | - |
| XYZ | 18.09 | 13.76 | 58.2 | - |
| YUV | 101.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 203 | 0.60 | 0.55 | 0 | 0.20 | 235.04 | 0.54 | 0.56 |
| Hex | 52 | 5C | CB | 3C | 37 | 0 | 14 | EB | 36 | 38 |
| Octal | 122 | 134 | 313 | 74 | 67 | 0 | 24 | 353 | 66 | 70 |
| Binary | 1010010 | 1011100 | 11001011 | 111100 | 110111 | 0 | 10100 | 11101011 | 110110 | 111000 |
Color Harmonies of #525CCB
Complementary color
Monochromatic Colors of #525CCB
Black with #525CCB
Text Example
Text Example
White with #525CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CCB; }
p { color: rgb(82,92,203); }
H1.HeaderClassName
{
color: #525CCB;
}
.AnyTagClassName
{
color: #525CCB;
}
</style>
background-color css
<style>
a { background-color: #525CCB; }
a { background-color: rgb(82,92,203); }
div.DivClassName
{
background-color: #525CCB;
}
.BgClassName
{
background-color: #525CCB;
}
</style>
border-color css
<style>
span { border-color: #525CCB; }
span { border-color: rgb(82,92,203); }
td.TdClassName
{
border-color: #525CCB;
}
.TagClassName
{
border-color: #525CCB;
}
</style>