Shades of Free Speech Blue #535CCB
Tints of Free Speech Blue #535CCB
RGB
CMYK
RGB Variations
Color information
#535CCB (or 0x535CCB) is known color: Free Speech Blue. HEX triplet: 53, 5C and CB. RGB value is (83,92,203). Sum of RGB (Red+Green+Blue) = 83+92+203=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #535CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CCB is #ACA334. Grayscale: #656565. Windows color (decimal): -11313973 or 13327443. OLE color: 13327443.
HSL color Cylindrical-coordinate representation of color #535CCB: hue angle of 235.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535CCB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 92 | 203 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.20 |
| HSL | 235.5º | 0.54% | 0.56% | - |
| HSV(B) | 235.5º | 0.59% | 0.8% | - |
| XYZ | 18.17 | 13.81 | 58.21 | - |
| YUV | 101.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 203 | 0.59 | 0.55 | 0 | 0.20 | 235.5 | 0.54 | 0.56 |
| Hex | 53 | 5C | CB | 3B | 37 | 0 | 14 | EC | 36 | 38 |
| Octal | 123 | 134 | 313 | 73 | 67 | 0 | 24 | 354 | 66 | 70 |
| Binary | 1010011 | 1011100 | 11001011 | 111011 | 110111 | 0 | 10100 | 11101100 | 110110 | 111000 |
Color Harmonies of #535CCB
Complementary color
Monochromatic Colors of #535CCB
Black with #535CCB
Text Example
Text Example
White with #535CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CCB; }
p { color: rgb(83,92,203); }
H1.HeaderClassName
{
color: #535CCB;
}
.AnyTagClassName
{
color: #535CCB;
}
</style>
background-color css
<style>
a { background-color: #535CCB; }
a { background-color: rgb(83,92,203); }
div.DivClassName
{
background-color: #535CCB;
}
.BgClassName
{
background-color: #535CCB;
}
</style>
border-color css
<style>
span { border-color: #535CCB; }
span { border-color: rgb(83,92,203); }
td.TdClassName
{
border-color: #535CCB;
}
.TagClassName
{
border-color: #535CCB;
}
</style>