Shades of Free Speech Blue #575DC8
Tints of Free Speech Blue #575DC8
RGB
CMYK
RGB Variations
Color information
#575DC8 (or 0x575DC8) is known color: Free Speech Blue. HEX triplet: 57, 5D and C8. RGB value is (87,93,200). Sum of RGB (Red+Green+Blue) = 87+93+200=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #575DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DC8 is #A8A237. Grayscale: #666666. Windows color (decimal): -11051576 or 13131095. OLE color: 13131095.
HSL color Cylindrical-coordinate representation of color #575DC8: hue angle of 236.81º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575DC8 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 93 | 200 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.22 |
| HSL | 236.81º | 0.51% | 0.56% | - |
| HSV(B) | 236.81º | 0.57% | 0.78% | - |
| XYZ | 18.27 | 14.03 | 56.39 | - |
| YUV | 103.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 200 | 0.56 | 0.54 | 0 | 0.22 | 236.81 | 0.51 | 0.56 |
| Hex | 57 | 5D | C8 | 38 | 36 | 0 | 16 | ED | 33 | 38 |
| Octal | 127 | 135 | 310 | 70 | 66 | 0 | 26 | 355 | 63 | 70 |
| Binary | 1010111 | 1011101 | 11001000 | 111000 | 110110 | 0 | 10110 | 11101101 | 110011 | 111000 |
Color Harmonies of #575DC8
Complementary color
Monochromatic Colors of #575DC8
Black with #575DC8
Text Example
Text Example
White with #575DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DC8; }
p { color: rgb(87,93,200); }
H1.HeaderClassName
{
color: #575DC8;
}
.AnyTagClassName
{
color: #575DC8;
}
</style>
background-color css
<style>
a { background-color: #575DC8; }
a { background-color: rgb(87,93,200); }
div.DivClassName
{
background-color: #575DC8;
}
.BgClassName
{
background-color: #575DC8;
}
</style>
border-color css
<style>
span { border-color: #575DC8; }
span { border-color: rgb(87,93,200); }
td.TdClassName
{
border-color: #575DC8;
}
.TagClassName
{
border-color: #575DC8;
}
</style>