Shades of Free Speech Blue #525DCE
Tints of Free Speech Blue #525DCE
RGB
CMYK
RGB Variations
Color information
#525DCE (or 0x525DCE) is known color: Free Speech Blue. HEX triplet: 52, 5D and CE. RGB value is (82,93,206). Sum of RGB (Red+Green+Blue) = 82+93+206=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #525DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DCE is #ADA231. Grayscale: #666666. Windows color (decimal): -11379250 or 13524306. OLE color: 13524306.
HSL color Cylindrical-coordinate representation of color #525DCE: hue angle of 234.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525DCE is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 93 | 206 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.19 |
| HSL | 234.68º | 0.56% | 0.56% | - |
| HSV(B) | 234.68º | 0.6% | 0.81% | - |
| XYZ | 18.53 | 14.08 | 60.13 | - |
| YUV | 102.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 206 | 0.60 | 0.55 | 0 | 0.19 | 234.68 | 0.56 | 0.56 |
| Hex | 52 | 5D | CE | 3C | 37 | 0 | 13 | EB | 38 | 38 |
| Octal | 122 | 135 | 316 | 74 | 67 | 0 | 23 | 353 | 70 | 70 |
| Binary | 1010010 | 1011101 | 11001110 | 111100 | 110111 | 0 | 10011 | 11101011 | 111000 | 111000 |
Color Harmonies of #525DCE
Complementary color
Monochromatic Colors of #525DCE
Black with #525DCE
Text Example
Text Example
White with #525DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DCE; }
p { color: rgb(82,93,206); }
H1.HeaderClassName
{
color: #525DCE;
}
.AnyTagClassName
{
color: #525DCE;
}
</style>
background-color css
<style>
a { background-color: #525DCE; }
a { background-color: rgb(82,93,206); }
div.DivClassName
{
background-color: #525DCE;
}
.BgClassName
{
background-color: #525DCE;
}
</style>
border-color css
<style>
span { border-color: #525DCE; }
span { border-color: rgb(82,93,206); }
td.TdClassName
{
border-color: #525DCE;
}
.TagClassName
{
border-color: #525DCE;
}
</style>