Shades of Free Speech Blue #5765CB
Tints of Free Speech Blue #5765CB
RGB
CMYK
RGB Variations
Color information
#5765CB (or 0x5765CB) is known color: Free Speech Blue. HEX triplet: 57, 65 and CB. RGB value is (87,101,203). Sum of RGB (Red+Green+Blue) = 87+101+203=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5765CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765CB is #A89A34. Grayscale: #6C6C6C. Windows color (decimal): -11049525 or 13329751. OLE color: 13329751.
HSL color Cylindrical-coordinate representation of color #5765CB: hue angle of 232.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5765CB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 101 | 203 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.20 |
| HSL | 232.76º | 0.53% | 0.57% | - |
| HSV(B) | 232.76º | 0.57% | 0.8% | - |
| XYZ | 19.36 | 15.65 | 58.5 | - |
| YUV | 108.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 203 | 0.57 | 0.50 | 0 | 0.20 | 232.76 | 0.53 | 0.57 |
| Hex | 57 | 65 | CB | 39 | 32 | 0 | 14 | E9 | 35 | 39 |
| Octal | 127 | 145 | 313 | 71 | 62 | 0 | 24 | 351 | 65 | 71 |
| Binary | 1010111 | 1100101 | 11001011 | 111001 | 110010 | 0 | 10100 | 11101001 | 110101 | 111001 |
Color Harmonies of #5765CB
Complementary color
Monochromatic Colors of #5765CB
Black with #5765CB
Text Example
Text Example
White with #5765CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5765CB; }
p { color: rgb(87,101,203); }
H1.HeaderClassName
{
color: #5765CB;
}
.AnyTagClassName
{
color: #5765CB;
}
</style>
background-color css
<style>
a { background-color: #5765CB; }
a { background-color: rgb(87,101,203); }
div.DivClassName
{
background-color: #5765CB;
}
.BgClassName
{
background-color: #5765CB;
}
</style>
border-color css
<style>
span { border-color: #5765CB; }
span { border-color: rgb(87,101,203); }
td.TdClassName
{
border-color: #5765CB;
}
.TagClassName
{
border-color: #5765CB;
}
</style>