Shades of Free Speech Blue #5765CE
Tints of Free Speech Blue #5765CE
RGB
CMYK
RGB Variations
Color information
#5765CE (or 0x5765CE) is known color: Free Speech Blue. HEX triplet: 57, 65 and CE. RGB value is (87,101,206). Sum of RGB (Red+Green+Blue) = 87+101+206=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #5765CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765CE is #A89A31. Grayscale: #6C6C6C. Windows color (decimal): -11049522 or 13526359. OLE color: 13526359.
HSL color Cylindrical-coordinate representation of color #5765CE: hue angle of 232.94º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5765CE is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 101 | 206 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.19 |
| HSL | 232.94º | 0.55% | 0.57% | - |
| HSV(B) | 232.94º | 0.58% | 0.81% | - |
| XYZ | 19.72 | 15.79 | 60.4 | - |
| YUV | 108.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 206 | 0.58 | 0.51 | 0 | 0.19 | 232.94 | 0.55 | 0.57 |
| Hex | 57 | 65 | CE | 3A | 33 | 0 | 13 | E9 | 37 | 39 |
| Octal | 127 | 145 | 316 | 72 | 63 | 0 | 23 | 351 | 67 | 71 |
| Binary | 1010111 | 1100101 | 11001110 | 111010 | 110011 | 0 | 10011 | 11101001 | 110111 | 111001 |
Color Harmonies of #5765CE
Complementary color
Monochromatic Colors of #5765CE
Black with #5765CE
Text Example
Text Example
White with #5765CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5765CE; }
p { color: rgb(87,101,206); }
H1.HeaderClassName
{
color: #5765CE;
}
.AnyTagClassName
{
color: #5765CE;
}
</style>
background-color css
<style>
a { background-color: #5765CE; }
a { background-color: rgb(87,101,206); }
div.DivClassName
{
background-color: #5765CE;
}
.BgClassName
{
background-color: #5765CE;
}
</style>
border-color css
<style>
span { border-color: #5765CE; }
span { border-color: rgb(87,101,206); }
td.TdClassName
{
border-color: #5765CE;
}
.TagClassName
{
border-color: #5765CE;
}
</style>